#9B520E

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

Shades of Saddle Brown #9B520E

Tints of Saddle Brown #9B520E

Color information

#9B520E (or 0x9B520E) is unknown color: approx Saddle Brown. HEX triplet: 9B, 52 and 0E. RGB value is (155,82,14). Sum of RGB (Red+Green+Blue) = 155+82+14=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B520E is #64ADF1. Grayscale: #606060. Windows color (decimal): -6598130 or 938651. OLE color: 938651.

HSL color Cylindrical-coordinate representation of color #9B520E: hue angle of 28.94º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B520E is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB1558214-
CMYK00.470.910.39
HSL28.94º83.43%33.14%-
HSV(B)28.94º90.97%60.78%-
XYZ16.6113.032.06-
YUV96.0881.68170.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.75%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 14 (5.86% from 255) = 5.58%
R=61.75%
G=32.67%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155821400.470.910.3928.9483.4333.14
Hex9B52E02F5B271d5321
Octal23312216057133473512341
Binary100110111010010111001011111011011100111111011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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