#9A4208

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

Shades of Saddle Brown #9A4208

Tints of Saddle Brown #9A4208

Color information

#9A4208 (or 0x9A4208) is unknown color: approx Saddle Brown. HEX triplet: 9A, 42 and 08. RGB value is (154,66,8). Sum of RGB (Red+Green+Blue) = 154+66+8=228 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.54% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4208 is #65BDF7. Grayscale: #565656. Windows color (decimal): -6667768 or 541338. OLE color: 541338.

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

Color convert

RGB154668-
CMYK00.570.950.40
HSL23.84º90.12%31.76%-
HSV(B)23.84º94.81%60.39%-
XYZ15.3210.781.5-
YUV85.784.15176.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 67.54%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 8 (3.52% from 255) = 3.51%
R=67.54%
G=28.95%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15466800.570.950.4023.8490.1231.76
Hex9A4280395F28185a20
Octal23210210071137503013240
Binary100110101000010100001110011011111101000110001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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