#9A3206

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

Shades of Saddle Brown #9A3206

Tints of Saddle Brown #9A3206

Color information

#9A3206 (or 0x9A3206) is unknown color: approx Saddle Brown. HEX triplet: 9A, 32 and 06. RGB value is (154,50,6). Sum of RGB (Red+Green+Blue) = 154+50+6=210 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.33% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3206 is #65CDF9. Grayscale: #4C4C4C. Windows color (decimal): -6671866 or 406170. OLE color: 406170.

HSL color Cylindrical-coordinate representation of color #9A3206: hue angle of 17.84º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A3206 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB154506-
CMYK00.680.960.40
HSL17.84º92.5%31.37%-
HSV(B)17.84º96.1%60.39%-
XYZ14.59.161.18-
YUV76.0888.46183.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 73.33%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 6 (2.73% from 255) = 2.86%
R=73.33%
G=23.81%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15450600.680.960.4017.8492.531.37
Hex9A3260446028125c1f
Octal2326260104140502213437
Binary1001101011001011001000100110000010100010010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,50,6); }

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

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

 a { background-color: rgb(154,50,6); }

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

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

 span { border-color: rgb(154,50,6); }

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