#975200

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

Shades of Saddle Brown #975200

Tints of Saddle Brown #975200

Color information

#975200 (or 0x975200) is unknown color: approx Saddle Brown. HEX triplet: 97, 52 and 00. RGB value is (151,82,0). Sum of RGB (Red+Green+Blue) = 151+82+0=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #975200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975200 is #68ADFF. Grayscale: #5D5D5D. Windows color (decimal): -6860288 or 21143. OLE color: 21143.

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

Color convert

RGB151820-
CMYK00.4610.41
HSL32.58º100%29.61%-
HSV(B)32.58º100%59.22%-
XYZ15.7812.611.6-
YUV93.2875.36169.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.81%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.81%
G=35.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15182000.4610.4132.5810029.61
Hex9752002E642921641e
Octal2271220056144514114436
Binary100101111010010001011101100100101001100001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975200; }

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

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

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

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

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

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

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

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