#977000

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

Shades of Golden Brown #977000

Tints of Golden Brown #977000

Color information

#977000 (or 0x977000) is unknown color: approx Golden Brown. HEX triplet: 97, 70 and 00. RGB value is (151,112,0). Sum of RGB (Red+Green+Blue) = 151+112+0=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #977000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977000 is #688FFF. Grayscale: #6F6F6F. Windows color (decimal): -6852608 or 28823. OLE color: 28823.

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

Color convert

RGB1511120-
CMYK00.2610.41
HSL44.5º100%29.61%-
HSV(B)44.5º100%59.22%-
XYZ18.5618.172.53-
YUV110.8965.42156.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.41%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.41%
G=42.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151112000.2610.4144.510029.61
Hex9770001A64292d641e
Octal2271600032144515514436
Binary10010111111000000110101100100101001101101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977000; }

 p { color: rgb(151,112,0); }

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

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

 a { background-color: rgb(151,112,0); }

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

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

 span { border-color: rgb(151,112,0); }

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