Html Css Color HEX #977F18 Hacienda

📋 copy color: '#977F18'

red 151 ◦ green 127 ◦ blue 24

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

Shades of Hacienda #977F18

Tints of Hacienda #977F18

RGB

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

 GREEN value IS 127 (50% from 255) = 42.05%

 BLUE value IS 24 (9.77% from 255) = 7.95%

R = 50%
G = 42.05%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#977F18 (or 0x977F18) is known color: Hacienda. HEX triplet: 97, 7F and 18. RGB value is (151,127,24). Sum of RGB (Red+Green+Blue) = 151+127+24=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #977F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977F18 is #6880E7. Grayscale: #7A7A7A. Windows color (decimal): -6848744 or 1605527. OLE color: 1605527.

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

Color convert

RGB 151 127 24 -
CMYK 0 0.16 0.84 0.41
HSL 48.66º 0.73% 0.34% -
HSV(B) 48.66º 0.84% 0.59% -
XYZ 20.52 21.82 4 -
YUV 122.43 72.45 148.38 -
System Red Green Blue C M Y K H S L
Decimal 151 127 24 0 0.16 0.84 0.41 48.66 0.73 0.34
Hex 97 7F 18 0 10 54 29 31 49 22
Octal 227 177 30 0 20 124 51 61 111 42
Binary 10010111 1111111 11000 0 10000 1010100 101001 110001 1001001 100010

Color Harmonies of #977F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F18

Black with #977F18

Text Example


Text Example

White with #977F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,127,24); }

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

background-color css

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

 a { background-color: rgb(151,127,24); }

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

border-color css

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

 span { border-color: rgb(151,127,24); }

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