#977005

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

Shades of Golden Brown #977005

Tints of Golden Brown #977005

Color information

#977005 (or 0x977005) is unknown color: approx Golden Brown. HEX triplet: 97, 70 and 05. RGB value is (151,112,5). Sum of RGB (Red+Green+Blue) = 151+112+5=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #977005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977005 is #688FFA. Grayscale: #6F6F6F. Windows color (decimal): -6852603 or 356503. OLE color: 356503.

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

Color convert

RGB1511125-
CMYK00.260.970.41
HSL43.97º93.59%30.59%-
HSV(B)43.97º96.69%59.22%-
XYZ18.5818.182.67-
YUV111.4667.92156.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.34%
GREEN value IS 112 (44.14% from 255) = 41.79%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=56.34%
G=41.79%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151112500.260.970.4143.9793.5930.59
Hex9770501A61292c5e1f
Octal2271605032141515413637
Binary1001011111100001010110101100001101001101100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977005; }

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

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

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

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

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

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

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

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