Html Css Color HEX #977412 Golden Brown

📋 copy color: '#977412'

red 151 ◦ green 116 ◦ blue 18

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

Shades of Golden Brown #977412

Tints of Golden Brown #977412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.7%

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

R = 52.98%
G = 40.7%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#977412 (or 0x977412) is known color: Golden Brown. HEX triplet: 97, 74 and 12. RGB value is (151,116,18). Sum of RGB (Red+Green+Blue) = 151+116+18=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #977412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977412 is #688BED. Grayscale: #737373. Windows color (decimal): -6851566 or 1209495. OLE color: 1209495.

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

Color convert

RGB 151 116 18 -
CMYK 0 0.23 0.88 0.41
HSL 44.21º 0.79% 0.33% -
HSV(B) 44.21º 0.88% 0.59% -
XYZ 19.12 19.11 3.25 -
YUV 115.29 73.1 153.47 -
System Red Green Blue C M Y K H S L
Decimal 151 116 18 0 0.23 0.88 0.41 44.21 0.79 0.33
Hex 97 74 12 0 17 58 29 2C 4F 21
Octal 227 164 22 0 27 130 51 54 117 41
Binary 10010111 1110100 10010 0 10111 1011000 101001 101100 1001111 100001

Color Harmonies of #977412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977412

Black with #977412

Text Example


Text Example

White with #977412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977412; }

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

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

background-color css

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

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

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

border-color css

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

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

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