#975216

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

Shades of Saddle Brown #975216

Tints of Saddle Brown #975216

Color information

#975216 (or 0x975216) is unknown color: approx Saddle Brown. HEX triplet: 97, 52 and 16. RGB value is (151,82,22). Sum of RGB (Red+Green+Blue) = 151+82+22=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #975216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975216 is #68ADE9. Grayscale: #606060. Windows color (decimal): -6860266 or 1462935. OLE color: 1462935.

HSL color Cylindrical-coordinate representation of color #975216: hue angle of 27.91º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #975216 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB1518222-
CMYK00.460.850.41
HSL27.91º74.57%33.92%-
HSV(B)27.91º85.43%59.22%-
XYZ15.9212.672.37-
YUV95.7986.36167.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.22%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=59.22%
G=32.16%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151822200.460.850.4127.9174.5733.92
Hex97521602E55291c4b22
Octal22712226056125513411342
Binary1001011110100101011001011101010101101001111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975216; }

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

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

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

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

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

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

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

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