#9B2B06

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

Shades of Saddle Brown #9B2B06

Tints of Saddle Brown #9B2B06

Color information

#9B2B06 (or 0x9B2B06) is unknown color: approx Saddle Brown. HEX triplet: 9B, 2B and 06. RGB value is (155,43,6). Sum of RGB (Red+Green+Blue) = 155+43+6=204 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.98% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2B06 is #64D4F9. Grayscale: #484848. Windows color (decimal): -6608122 or 404379. OLE color: 404379.

HSL color Cylindrical-coordinate representation of color #9B2B06: hue angle of 14.9º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B2B06 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB155436-
CMYK00.720.960.39
HSL14.9º92.55%31.57%-
HSV(B)14.9º96.13%60.78%-
XYZ14.418.711.09-
YUV72.2790.61187.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 75.98%
GREEN value IS 43 (17.19% from 255) = 21.08%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=75.98%
G=21.08%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15543600.720.960.3914.992.5531.57
Hex9B2B60486027f5d20
Octal2335360110140471713540
Binary1001101110101111001001000110000010011111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,43,6); }

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

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

 a { background-color: rgb(155,43,6); }

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

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

 span { border-color: rgb(155,43,6); }

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