#977216

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

Shades of Golden Brown #977216

Tints of Golden Brown #977216

Color information

#977216 (or 0x977216) is unknown color: approx Golden Brown. HEX triplet: 97, 72 and 16. RGB value is (151,114,22). Sum of RGB (Red+Green+Blue) = 151+114+22=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #977216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977216 is #688DE9. Grayscale: #727272. Windows color (decimal): -6852074 or 1471127. OLE color: 1471127.

HSL color Cylindrical-coordinate representation of color #977216: hue angle of 42.79º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #977216 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB15111422-
CMYK00.250.850.41
HSL42.79º74.57%33.92%-
HSV(B)42.79º85.43%59.22%-
XYZ18.9218.673.37-
YUV114.5775.76153.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.61%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 22 (8.98% from 255) = 7.67%
R=52.61%
G=39.72%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511142200.250.850.4142.7974.5733.92
Hex97721601955292b4b22
Octal22716226031125515311342
Binary1001011111100101011001100110101011010011010111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977216; }

 p { color: rgb(151,114,22); }

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

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

 a { background-color: rgb(151,114,22); }

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

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

 span { border-color: rgb(151,114,22); }

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