#975004

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

Shades of Saddle Brown #975004

Tints of Saddle Brown #975004

Color information

#975004 (or 0x975004) is unknown color: approx Saddle Brown. HEX triplet: 97, 50 and 04. RGB value is (151,80,4). Sum of RGB (Red+Green+Blue) = 151+80+4=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #975004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975004 is #68AFFB. Grayscale: #5C5C5C. Windows color (decimal): -6860796 or 282775. OLE color: 282775.

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

Color convert

RGB151804-
CMYK00.470.970.41
HSL31.02º94.84%30.39%-
HSV(B)31.02º97.35%59.22%-
XYZ15.6512.331.67-
YUV92.5678.02169.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.26%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 4 (1.95% from 255) = 1.70%
R=64.26%
G=34.04%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15180400.470.970.4131.0294.8430.39
Hex9750402F61291f5f1e
Octal2271204057141513713736
Binary1001011110100001000101111110000110100111111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975004; }

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

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

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

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

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

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

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

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