#9B520A

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

Shades of Saddle Brown #9B520A

Tints of Saddle Brown #9B520A

Color information

#9B520A (or 0x9B520A) is unknown color: approx Saddle Brown. HEX triplet: 9B, 52 and 0A. RGB value is (155,82,10). Sum of RGB (Red+Green+Blue) = 155+82+10=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B520A is #64ADF5. Grayscale: #5F5F5F. Windows color (decimal): -6598134 or 676507. OLE color: 676507.

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

Color convert

RGB1558210-
CMYK00.470.940.39
HSL29.79º87.88%32.35%-
HSV(B)29.79º93.55%60.78%-
XYZ16.5913.031.93-
YUV95.6279.68170.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.75%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 10 (4.30% from 255) = 4.05%
R=62.75%
G=33.20%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155821000.470.940.3929.7987.8832.35
Hex9B52A02F5E271e5820
Octal23312212057136473613040
Binary100110111010010101001011111011110100111111101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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