#9B4312

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

Shades of Saddle Brown #9B4312

Tints of Saddle Brown #9B4312

Color information

#9B4312 (or 0x9B4312) is unknown color: approx Saddle Brown. HEX triplet: 9B, 43 and 12. RGB value is (155,67,18). Sum of RGB (Red+Green+Blue) = 155+67+18=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4312 is #64BCED. Grayscale: #585858. Windows color (decimal): -6601966 or 1196955. OLE color: 1196955.

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

Color convert

RGB1556718-
CMYK00.570.880.39
HSL21.46º79.19%33.92%-
HSV(B)21.46º88.39%60.78%-
XYZ15.6311.031.88-
YUV87.7388.65175.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.58%
GREEN value IS 67 (26.56% from 255) = 27.92%
BLUE value IS 18 (7.42% from 255) = 7.5%
R=64.58%
G=27.92%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155671800.570.880.3921.4679.1933.92
Hex9B43120395827154f22
Octal23310322071130472511742
Binary1001101110000111001001110011011000100111101011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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