#97520B

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

Shades of Saddle Brown #97520B

Tints of Saddle Brown #97520B

Color information

#97520B (or 0x97520B) is unknown color: approx Saddle Brown. HEX triplet: 97, 52 and 0B. RGB value is (151,82,11). Sum of RGB (Red+Green+Blue) = 151+82+11=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #97520B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97520B is #68ADF4. Grayscale: #5E5E5E. Windows color (decimal): -6860277 or 742039. OLE color: 742039.

HSL color Cylindrical-coordinate representation of color #97520B: hue angle of 30.43º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97520B is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1518211-
CMYK00.460.930.41
HSL30.43º86.42%31.76%-
HSV(B)30.43º92.72%59.22%-
XYZ15.8412.641.92-
YUV94.5480.86168.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.89%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 11 (4.69% from 255) = 4.51%
R=61.89%
G=33.61%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151821100.460.930.4130.4386.4231.76
Hex9752B02E5D291e5620
Octal22712213056135513612640
Binary100101111010010101101011101011101101001111101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97520B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97520B; }

 p { color: rgb(151,82,11); }

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

<style>
 a { background-color: #97520B; }

 a { background-color: rgb(151,82,11); }

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

<style>
 span { border-color: #97520B; }

 span { border-color: rgb(151,82,11); }

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