#975A02

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

Shades of Golden Brown #975A02

Tints of Golden Brown #975A02

Color information

#975A02 (or 0x975A02) is unknown color: approx Golden Brown. HEX triplet: 97, 5A and 02. RGB value is (151,90,2). Sum of RGB (Red+Green+Blue) = 151+90+2=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #975A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975A02 is #68A5FD. Grayscale: #626262. Windows color (decimal): -6858238 or 154263. OLE color: 154263.

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

Color convert

RGB151902-
CMYK00.400.990.41
HSL35.44º97.39%30%-
HSV(B)35.44º98.68%59.22%-
XYZ16.4313.91.87-
YUV98.2173.71165.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.14%
GREEN value IS 90 (35.55% from 255) = 37.04%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=62.14%
G=37.04%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15190200.400.990.4135.4497.3930
Hex975A2028632923611e
Octal2271322050143514314136
Binary1001011110110101001010001100011101001100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975A02; }

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

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

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

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

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

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

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

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