Html Css Color HEX #977200 Golden Brown

📋 copy color: '#977200'

red 151 ◦ green 114 ◦ blue 0

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

Shades of Golden Brown #977200

Tints of Golden Brown #977200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.98%
G = 43.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#977200 (or 0x977200) is known color: Golden Brown. HEX triplet: 97, 72 and 00. RGB value is (151,114,0). Sum of RGB (Red+Green+Blue) = 151+114+0=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #977200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977200 is #688DFF. Grayscale: #707070. Windows color (decimal): -6852096 or 29335. OLE color: 29335.

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

Color convert

RGB 151 114 0 -
CMYK 0 0.25 1 0.41
HSL 45.3º 1% 0.3% -
HSV(B) 45.3º 1% 0.59% -
XYZ 18.78 18.61 2.6 -
YUV 112.07 64.76 155.77 -
System Red Green Blue C M Y K H S L
Decimal 151 114 0 0 0.25 1 0.41 45.3 1 0.3
Hex 97 72 0 0 19 64 29 2D 64 1E
Octal 227 162 0 0 31 144 51 55 144 36
Binary 10010111 1110010 0 0 11001 1100100 101001 101101 1100100 11110

Color Harmonies of #977200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977200

Black with #977200

Text Example


Text Example

White with #977200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977200; }

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

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

background-color css

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

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

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

border-color css

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

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

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