Html Css Color HEX #977011 Golden Brown

📋 copy color: '#977011'

red 151 ◦ green 112 ◦ blue 17

#977011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #977011

Tints of Golden Brown #977011

RGB

 RED value IS 151 (59.38% from 255) = 53.93%

 GREEN value IS 112 (44.14% from 255) = 40%

 BLUE value IS 17 (7.03% from 255) = 6.07%

R = 53.93%
G = 40%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#977011 (or 0x977011) is known color: Golden Brown. HEX triplet: 97, 70 and 11. RGB value is (151,112,17). Sum of RGB (Red+Green+Blue) = 151+112+17=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #977011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977011 is #688FEE. Grayscale: #717171. Windows color (decimal): -6852591 or 1142935. OLE color: 1142935.

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

Color convert

RGB 151 112 17 -
CMYK 0 0.26 0.89 0.41
HSL 42.54º 0.8% 0.33% -
HSV(B) 42.54º 0.89% 0.59% -
XYZ 18.66 18.21 3.06 -
YUV 112.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 151 112 17 0 0.26 0.89 0.41 42.54 0.8 0.33
Hex 97 70 11 0 1A 59 29 2B 50 21
Octal 227 160 21 0 32 131 51 53 120 41
Binary 10010111 1110000 10001 0 11010 1011001 101001 101011 1010000 100001

Color Harmonies of #977011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977011

Black with #977011

Text Example


Text Example

White with #977011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977011; }

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

 H1.HeaderClassName
 {
   color: #977011;
 }
 .AnyTagClassName
 {
   color: #977011;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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