#975002

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

Shades of Saddle Brown #975002

Tints of Saddle Brown #975002

Color information

#975002 (or 0x975002) is unknown color: approx Saddle Brown. HEX triplet: 97, 50 and 02. RGB value is (151,80,2). Sum of RGB (Red+Green+Blue) = 151+80+2=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #975002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975002 is #68AFFD. Grayscale: #5C5C5C. Windows color (decimal): -6860798 or 151703. OLE color: 151703.

HSL color Cylindrical-coordinate representation of color #975002: hue angle of 31.41º 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 #975002 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB151802-
CMYK00.470.990.41
HSL31.41º97.39%30%-
HSV(B)31.41º98.68%59.22%-
XYZ15.6412.321.61-
YUV92.3477.02169.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.81%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=64.81%
G=34.33%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15180200.470.990.4131.4197.3930
Hex9750202F63291f611e
Octal2271202057143513714136
Binary100101111010000100101111110001110100111111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975002; }

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

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

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

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

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

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

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

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