#9B2E06

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

Shades of Saddle Brown #9B2E06

Tints of Saddle Brown #9B2E06

Color information

#9B2E06 (or 0x9B2E06) is unknown color: approx Saddle Brown. HEX triplet: 9B, 2E and 06. RGB value is (155,46,6). Sum of RGB (Red+Green+Blue) = 155+46+6=207 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.88% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2E06 is #64D1F9. Grayscale: #4A4A4A. Windows color (decimal): -6607354 or 405147. OLE color: 405147.

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

Color convert

RGB155466-
CMYK00.700.960.39
HSL16.11º92.55%31.57%-
HSV(B)16.11º96.13%60.78%-
XYZ14.538.941.13-
YUV74.0389.61185.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 74.88%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 6 (2.73% from 255) = 2.90%
R=74.88%
G=22.22%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15546600.700.960.3916.1192.5531.57
Hex9B2E60466027105d20
Octal2335660106140472013540
Binary10011011101110110010001101100000100111100001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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