Html Css Color HEX #977212 Golden Brown

📋 copy color: '#977212'

red 151 ◦ green 114 ◦ blue 18

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

Shades of Golden Brown #977212

Tints of Golden Brown #977212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 53.36%
G = 40.28%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#977212 (or 0x977212) is known color: Golden Brown. HEX triplet: 97, 72 and 12. RGB value is (151,114,18). Sum of RGB (Red+Green+Blue) = 151+114+18=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #977212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977212 is #688DED. Grayscale: #727272. Windows color (decimal): -6852078 or 1208983. OLE color: 1208983.

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

Color convert

RGB 151 114 18 -
CMYK 0 0.25 0.88 0.41
HSL 43.31º 0.79% 0.33% -
HSV(B) 43.31º 0.88% 0.59% -
XYZ 18.89 18.66 3.18 -
YUV 114.12 73.76 154.31 -
System Red Green Blue C M Y K H S L
Decimal 151 114 18 0 0.25 0.88 0.41 43.31 0.79 0.33
Hex 97 72 12 0 19 58 29 2B 4F 21
Octal 227 162 22 0 31 130 51 53 117 41
Binary 10010111 1110010 10010 0 11001 1011000 101001 101011 1001111 100001

Color Harmonies of #977212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977212

Black with #977212

Text Example


Text Example

White with #977212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977212; }

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

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

background-color css

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

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

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

border-color css

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

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

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