Html Css Color HEX #977E14 Hacienda

📋 copy color: '#977E14'

red 151 ◦ green 126 ◦ blue 20

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

Shades of Hacienda #977E14

Tints of Hacienda #977E14

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.42%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 50.84%
G = 42.42%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#977E14 (or 0x977E14) is known color: Hacienda. HEX triplet: 97, 7E and 14. RGB value is (151,126,20). Sum of RGB (Red+Green+Blue) = 151+126+20=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #977E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977E14 is #6881EB. Grayscale: #797979. Windows color (decimal): -6849004 or 1343127. OLE color: 1343127.

HSL color Cylindrical-coordinate representation of color #977E14: hue angle of 48.55º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #977E14 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 126 20 -
CMYK 0 0.17 0.87 0.41
HSL 48.55º 0.77% 0.34% -
HSV(B) 48.55º 0.87% 0.59% -
XYZ 20.35 21.55 3.75 -
YUV 121.39 70.78 149.12 -
System Red Green Blue C M Y K H S L
Decimal 151 126 20 0 0.17 0.87 0.41 48.55 0.77 0.34
Hex 97 7E 14 0 11 57 29 31 4D 22
Octal 227 176 24 0 21 127 51 61 115 42
Binary 10010111 1111110 10100 0 10001 1010111 101001 110001 1001101 100010

Color Harmonies of #977E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E14

Black with #977E14

Text Example


Text Example

White with #977E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977E14; }

 p { color: rgb(151,126,20); }

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

background-color css

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

 a { background-color: rgb(151,126,20); }

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

border-color css

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

 span { border-color: rgb(151,126,20); }

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