#9B4B12

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

Shades of Saddle Brown #9B4B12

Tints of Saddle Brown #9B4B12

Color information

#9B4B12 (or 0x9B4B12) is unknown color: approx Saddle Brown. HEX triplet: 9B, 4B and 12. RGB value is (155,75,18). Sum of RGB (Red+Green+Blue) = 155+75+18=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4B12 is #64B4ED. Grayscale: #5C5C5C. Windows color (decimal): -6599918 or 1199003. OLE color: 1199003.

HSL color Cylindrical-coordinate representation of color #9B4B12: hue angle of 24.96º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B4B12 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB1557518-
CMYK00.520.880.39
HSL24.96º79.19%33.92%-
HSV(B)24.96º88.39%60.78%-
XYZ16.1412.042.05-
YUV92.4286172.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.5%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 18 (7.42% from 255) = 7.26%
R=62.5%
G=30.24%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155751800.520.880.3924.9679.1933.92
Hex9B4B120345827194f22
Octal23311322064130473111742
Binary1001101110010111001001101001011000100111110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,75,18); }

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

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

 a { background-color: rgb(155,75,18); }

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

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

 span { border-color: rgb(155,75,18); }

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