#977319

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

Shades of Golden Brown #977319

Tints of Golden Brown #977319

Color information

#977319 (or 0x977319) is unknown color: approx Golden Brown. HEX triplet: 97, 73 and 19. RGB value is (151,115,25). Sum of RGB (Red+Green+Blue) = 151+115+25=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #977319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977319 is #688CE6. Grayscale: #737373. Windows color (decimal): -6851815 or 1667991. OLE color: 1667991.

HSL color Cylindrical-coordinate representation of color #977319: hue angle of 42.86º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #977319 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB15111525-
CMYK00.240.830.41
HSL42.86º71.59%34.51%-
HSV(B)42.86º83.44%59.22%-
XYZ19.0718.913.56-
YUV115.576.93153.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.89%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 25 (10.16% from 255) = 8.59%
R=51.89%
G=39.52%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511152500.240.830.4142.8671.5934.51
Hex97731901853292b4823
Octal22716331030123515311043
Binary1001011111100111100101100010100111010011010111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977319; }

 p { color: rgb(151,115,25); }

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

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

 a { background-color: rgb(151,115,25); }

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

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

 span { border-color: rgb(151,115,25); }

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