Html Css Color HEX #978412 Hacienda

📋 copy color: '#978412'

red 151 ◦ green 132 ◦ blue 18

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

Shades of Hacienda #978412

Tints of Hacienda #978412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.85%

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

R = 50.17%
G = 43.85%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#978412 (or 0x978412) is known color: Hacienda. HEX triplet: 97, 84 and 12. RGB value is (151,132,18). Sum of RGB (Red+Green+Blue) = 151+132+18=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #978412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978412 is #687BED. Grayscale: #7D7D7D. Windows color (decimal): -6847470 or 1213591. OLE color: 1213591.

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

Color convert

RGB 151 132 18 -
CMYK 0 0.13 0.88 0.41
HSL 51.43º 0.79% 0.33% -
HSV(B) 51.43º 0.88% 0.59% -
XYZ 21.12 23.13 3.92 -
YUV 124.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 151 132 18 0 0.13 0.88 0.41 51.43 0.79 0.33
Hex 97 84 12 0 D 58 29 33 4F 21
Octal 227 204 22 0 15 130 51 63 117 41
Binary 10010111 10000100 10010 0 1101 1011000 101001 110011 1001111 100001

Color Harmonies of #978412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978412

Black with #978412

Text Example


Text Example

White with #978412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978412; }

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

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

background-color css

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

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

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

border-color css

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

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

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