#9B5212

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

Shades of Saddle Brown #9B5212

Tints of Saddle Brown #9B5212

Color information

#9B5212 (or 0x9B5212) is unknown color: approx Saddle Brown. HEX triplet: 9B, 52 and 12. RGB value is (155,82,18). Sum of RGB (Red+Green+Blue) = 155+82+18=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5212 is #64ADED. Grayscale: #606060. Windows color (decimal): -6598126 or 1200795. OLE color: 1200795.

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

Color convert

RGB1558218-
CMYK00.470.880.39
HSL28.03º79.19%33.92%-
HSV(B)28.03º88.39%60.78%-
XYZ16.6413.052.21-
YUV96.5383.68169.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.78%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 18 (7.42% from 255) = 7.06%
R=60.78%
G=32.16%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155821800.470.880.3928.0379.1933.92
Hex9B521202F58271c4f22
Octal23312222057130473411742
Binary1001101110100101001001011111011000100111111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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