#9A4200

Color #9A4200 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #9A4200

Tints of Saddle Brown #9A4200

Color information

#9A4200 (or 0x9A4200) is unknown color: approx Saddle Brown. HEX triplet: 9A, 42 and 00. RGB value is (154,66,0). Sum of RGB (Red+Green+Blue) = 154+66+0=220 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4200 is #65BDFF. Grayscale: #555555. Windows color (decimal): -6667776 or 17050. OLE color: 17050.

HSL color Cylindrical-coordinate representation of color #9A4200: hue angle of 25.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A4200 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB154660-
CMYK00.5710.40
HSL25.71º100%30.2%-
HSV(B)25.71º100%60.39%-
XYZ15.2710.771.27-
YUV84.7980.15177.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 70%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 0 (0.39% from 255) = 0%
R=70%
G=30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15466000.5710.4025.7110030.2
Hex9A42003964281a641e
Octal2321020071144503214436
Binary10011010100001000111001110010010100011010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A4200; }

 p { color: rgb(154,66,0); }

 H1.HeaderClassName
 {
   color: #9A4200;
 }
 .AnyTagClassName
 {
   color: #9A4200;
 }
</style>
background-color css

<style>
 a { background-color: #9A4200; }

 a { background-color: rgb(154,66,0); }

 div.DivClassName
 {
   background-color: #9A4200;
 }
 .BgClassName
 {
   background-color: #9A4200;
 }
</style>
border-color css

<style>
 span { border-color: #9A4200; }

 span { border-color: rgb(154,66,0); }

 td.TdClassName
 {
   border-color: #9A4200;
 }
 .TagClassName
 {
   border-color: #9A4200;
 }
</style>