Html Css Color HEX #977E13 Hacienda

📋 copy color: '#977E13'

red 151 ◦ green 126 ◦ blue 19

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

Shades of Hacienda #977E13

Tints of Hacienda #977E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 51.01%
G = 42.57%
B = 6.42%

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

#977E13 (or 0x977E13) is known color: Hacienda. HEX triplet: 97, 7E and 13. RGB value is (151,126,19). Sum of RGB (Red+Green+Blue) = 151+126+19=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #977E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977E13 is #6881EC. Grayscale: #797979. Windows color (decimal): -6849005 or 1277591. OLE color: 1277591.

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

Color convert

RGB 151 126 19 -
CMYK 0 0.17 0.87 0.41
HSL 48.64º 0.78% 0.33% -
HSV(B) 48.64º 0.87% 0.59% -
XYZ 20.34 21.55 3.7 -
YUV 121.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 151 126 19 0 0.17 0.87 0.41 48.64 0.78 0.33
Hex 97 7E 13 0 11 57 29 31 4E 21
Octal 227 176 23 0 21 127 51 61 116 41
Binary 10010111 1111110 10011 0 10001 1010111 101001 110001 1001110 100001

Color Harmonies of #977E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E13

Black with #977E13

Text Example


Text Example

White with #977E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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