#9B4205

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

Shades of Saddle Brown #9B4205

Tints of Saddle Brown #9B4205

Color information

#9B4205 (or 0x9B4205) is unknown color: approx Saddle Brown. HEX triplet: 9B, 42 and 05. RGB value is (155,66,5). Sum of RGB (Red+Green+Blue) = 155+66+5=226 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.58% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4205 is #64BDFA. Grayscale: #555555. Windows color (decimal): -6602235 or 344731. OLE color: 344731.

HSL color Cylindrical-coordinate representation of color #9B4205: hue angle of 24.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B4205 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB155665-
CMYK00.570.970.39
HSL24.4º93.75%31.37%-
HSV(B)24.4º96.77%60.78%-
XYZ15.4910.881.43-
YUV85.6682.49177.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.58%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 5 (2.34% from 255) = 2.21%
R=68.58%
G=29.20%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15566500.570.970.3924.493.7531.37
Hex9B4250396127185e1f
Octal2331025071141473013637
Binary1001101110000101010111001110000110011111000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,66,5); }

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

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

 a { background-color: rgb(155,66,5); }

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

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

 span { border-color: rgb(155,66,5); }

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