Html Css Color HEX #977C14 Hacienda

📋 copy color: '#977C14'

red 151 ◦ green 124 ◦ blue 20

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

Shades of Hacienda #977C14

Tints of Hacienda #977C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.03%

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

R = 51.19%
G = 42.03%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#977C14 (or 0x977C14) is known color: Hacienda. HEX triplet: 97, 7C and 14. RGB value is (151,124,20). Sum of RGB (Red+Green+Blue) = 151+124+20=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #977C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977C14 is #6883EB. Grayscale: #787878. Windows color (decimal): -6849516 or 1342615. OLE color: 1342615.

HSL color Cylindrical-coordinate representation of color #977C14: hue angle of 47.63º 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 #977C14 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 124 20 -
CMYK 0 0.18 0.87 0.41
HSL 47.63º 0.77% 0.34% -
HSV(B) 47.63º 0.87% 0.59% -
XYZ 20.1 21.05 3.66 -
YUV 120.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 151 124 20 0 0.18 0.87 0.41 47.63 0.77 0.34
Hex 97 7C 14 0 12 57 29 30 4D 22
Octal 227 174 24 0 22 127 51 60 115 42
Binary 10010111 1111100 10100 0 10010 1010111 101001 110000 1001101 100010

Color Harmonies of #977C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C14

Black with #977C14

Text Example


Text Example

White with #977C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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