Html Css Color HEX #978112 Hacienda

📋 copy color: '#978112'

red 151 ◦ green 129 ◦ blue 18

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

Shades of Hacienda #978112

Tints of Hacienda #978112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.29%

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

R = 50.67%
G = 43.29%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#978112 (or 0x978112) is known color: Hacienda. HEX triplet: 97, 81 and 12. RGB value is (151,129,18). Sum of RGB (Red+Green+Blue) = 151+129+18=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #978112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978112 is #687EED. Grayscale: #7B7B7B. Windows color (decimal): -6848238 or 1212823. OLE color: 1212823.

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

Color convert

RGB 151 129 18 -
CMYK 0 0.15 0.88 0.41
HSL 50.08º 0.79% 0.33% -
HSV(B) 50.08º 0.88% 0.59% -
XYZ 20.72 22.32 3.79 -
YUV 122.92 68.79 148.03 -
System Red Green Blue C M Y K H S L
Decimal 151 129 18 0 0.15 0.88 0.41 50.08 0.79 0.33
Hex 97 81 12 0 F 58 29 32 4F 21
Octal 227 201 22 0 17 130 51 62 117 41
Binary 10010111 10000001 10010 0 1111 1011000 101001 110010 1001111 100001

Color Harmonies of #978112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978112

Black with #978112

Text Example


Text Example

White with #978112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978112; }

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

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

background-color css

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

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

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

border-color css

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

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

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