#975202

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

Shades of Saddle Brown #975202

Tints of Saddle Brown #975202

Color information

#975202 (or 0x975202) is unknown color: approx Saddle Brown. HEX triplet: 97, 52 and 02. RGB value is (151,82,2). Sum of RGB (Red+Green+Blue) = 151+82+2=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #975202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975202 is #68ADFD. Grayscale: #5D5D5D. Windows color (decimal): -6860286 or 152215. OLE color: 152215.

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

Color convert

RGB151822-
CMYK00.460.990.41
HSL32.21º97.39%30%-
HSV(B)32.21º98.68%59.22%-
XYZ15.7912.621.66-
YUV93.5176.36169-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.26%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=64.26%
G=34.89%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15182200.460.990.4132.2197.3930
Hex9752202E632920611e
Octal2271222056143514014136
Binary1001011110100101001011101100011101001100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975202; }

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

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

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

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

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

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

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

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