#9A4B08

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

Shades of Saddle Brown #9A4B08

Tints of Saddle Brown #9A4B08

Color information

#9A4B08 (or 0x9A4B08) is unknown color: approx Saddle Brown. HEX triplet: 9A, 4B and 08. RGB value is (154,75,8). Sum of RGB (Red+Green+Blue) = 154+75+8=237 (31% of max value = 765). Red value is 154 (60.55% from 255 or 64.98% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4B08 is #65B4F7. Grayscale: #5B5B5B. Windows color (decimal): -6665464 or 543642. OLE color: 543642.

HSL color Cylindrical-coordinate representation of color #9A4B08: hue angle of 27.53º 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 #9A4B08 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB154758-
CMYK00.510.950.40
HSL27.53º90.12%31.76%-
HSV(B)27.53º94.81%60.39%-
XYZ15.8911.921.69-
YUV90.9881.17172.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 64.98%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=64.98%
G=31.65%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15475800.510.950.4027.5390.1231.76
Hex9A4B80335F281c5a20
Octal23211310063137503413240
Binary100110101001011100001100111011111101000111001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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