Html Css Color HEX #977210 Golden Brown

📋 copy color: '#977210'

red 151 ◦ green 114 ◦ blue 16

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

Shades of Golden Brown #977210

Tints of Golden Brown #977210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.57%

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

R = 53.74%
G = 40.57%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#977210 (or 0x977210) is known color: Golden Brown. HEX triplet: 97, 72 and 10. RGB value is (151,114,16). Sum of RGB (Red+Green+Blue) = 151+114+16=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #977210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977210 is #688DEF. Grayscale: #727272. Windows color (decimal): -6852080 or 1077911. OLE color: 1077911.

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

Color convert

RGB 151 114 16 -
CMYK 0 0.25 0.89 0.41
HSL 43.56º 0.81% 0.33% -
HSV(B) 43.56º 0.89% 0.59% -
XYZ 18.87 18.65 3.1 -
YUV 113.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 151 114 16 0 0.25 0.89 0.41 43.56 0.81 0.33
Hex 97 72 10 0 19 59 29 2C 51 21
Octal 227 162 20 0 31 131 51 54 121 41
Binary 10010111 1110010 10000 0 11001 1011001 101001 101100 1010001 100001

Color Harmonies of #977210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977210

Black with #977210

Text Example


Text Example

White with #977210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977210; }

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

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

background-color css

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

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

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

border-color css

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

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

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