#975302

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

Shades of Golden Brown #975302

Tints of Golden Brown #975302

Color information

#975302 (or 0x975302) is unknown color: approx Golden Brown. HEX triplet: 97, 53 and 02. RGB value is (151,83,2). Sum of RGB (Red+Green+Blue) = 151+83+2=236 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.98% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 151 - color contains mainly: red. Hex color #975302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975302 is #68ACFD. Grayscale: #5E5E5E. Windows color (decimal): -6860030 or 152471. OLE color: 152471.

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

Color convert

RGB151832-
CMYK00.450.990.41
HSL32.62º97.39%30%-
HSV(B)32.62º98.68%59.22%-
XYZ15.8712.771.69-
YUV94.176.03168.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.98%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=63.98%
G=35.17%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15183200.450.990.4132.6297.3930
Hex9753202D632921611e
Octal2271232055143514114136
Binary1001011110100111001011011100011101001100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975302; }

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

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

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

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

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

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

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

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