#9B3006

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

Shades of Saddle Brown #9B3006

Tints of Saddle Brown #9B3006

Color information

#9B3006 (or 0x9B3006) is unknown color: approx Saddle Brown. HEX triplet: 9B, 30 and 06. RGB value is (155,48,6). Sum of RGB (Red+Green+Blue) = 155+48+6=209 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.16% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3006 is #64CFF9. Grayscale: #4B4B4B. Windows color (decimal): -6606842 or 405659. OLE color: 405659.

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

Color convert

RGB155486-
CMYK00.690.960.39
HSL16.91º92.55%31.57%-
HSV(B)16.91º96.13%60.78%-
XYZ14.619.11.16-
YUV75.288.95184.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 74.16%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 6 (2.73% from 255) = 2.87%
R=74.16%
G=22.97%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15548600.690.960.3916.9192.5531.57
Hex9B3060456027115d20
Octal2336060105140472113540
Binary10011011110000110010001011100000100111100011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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