#9A5206

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

Shades of Saddle Brown #9A5206

Tints of Saddle Brown #9A5206

Color information

#9A5206 (or 0x9A5206) is unknown color: approx Saddle Brown. HEX triplet: 9A, 52 and 06. RGB value is (154,82,6). Sum of RGB (Red+Green+Blue) = 154+82+6=242 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.64% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5206 is #65ADF9. Grayscale: #5F5F5F. Windows color (decimal): -6663674 or 414362. OLE color: 414362.

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

Color convert

RGB154826-
CMYK00.470.960.40
HSL30.81º92.5%31.37%-
HSV(B)30.81º96.1%60.39%-
XYZ16.3812.921.8-
YUV94.8677.85170.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 63.64%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=63.64%
G=33.88%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15482600.470.960.4030.8192.531.37
Hex9A52602F60281f5c1f
Octal2321226057140503713437
Binary1001101010100101100101111110000010100011111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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