Html Css Color HEX #977010 Golden Brown

📋 copy color: '#977010'

red 151 ◦ green 112 ◦ blue 16

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

Shades of Golden Brown #977010

Tints of Golden Brown #977010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 54.12%
G = 40.14%
B = 5.73%

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

#977010 (or 0x977010) is known color: Golden Brown. HEX triplet: 97, 70 and 10. RGB value is (151,112,16). Sum of RGB (Red+Green+Blue) = 151+112+16=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #977010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977010 is #688FEF. Grayscale: #717171. Windows color (decimal): -6852592 or 1077399. OLE color: 1077399.

HSL color Cylindrical-coordinate representation of color #977010: hue angle of 42.67º degrees, saturation: 0.81, 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 #977010 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 16 -
CMYK 0 0.26 0.89 0.41
HSL 42.67º 0.81% 0.33% -
HSV(B) 42.67º 0.89% 0.59% -
XYZ 18.65 18.21 3.02 -
YUV 112.72 73.42 155.31 -
System Red Green Blue C M Y K H S L
Decimal 151 112 16 0 0.26 0.89 0.41 42.67 0.81 0.33
Hex 97 70 10 0 1A 59 29 2B 51 21
Octal 227 160 20 0 32 131 51 53 121 41
Binary 10010111 1110000 10000 0 11010 1011001 101001 101011 1010001 100001

Color Harmonies of #977010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977010

Black with #977010

Text Example


Text Example

White with #977010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977010; }

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

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

background-color css

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

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

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

border-color css

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

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

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