Html Css Color HEX #978013 Hacienda

📋 copy color: '#978013'

red 151 ◦ green 128 ◦ blue 19

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

Shades of Hacienda #978013

Tints of Hacienda #978013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.95%

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

R = 50.67%
G = 42.95%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#978013 (or 0x978013) is known color: Hacienda. HEX triplet: 97, 80 and 13. RGB value is (151,128,19). Sum of RGB (Red+Green+Blue) = 151+128+19=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #978013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978013 is #687FEC. Grayscale: #7A7A7A. Windows color (decimal): -6848493 or 1278103. OLE color: 1278103.

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

Color convert

RGB 151 128 19 -
CMYK 0 0.15 0.87 0.41
HSL 49.55º 0.78% 0.33% -
HSV(B) 49.55º 0.87% 0.59% -
XYZ 20.6 22.06 3.79 -
YUV 122.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 151 128 19 0 0.15 0.87 0.41 49.55 0.78 0.33
Hex 97 80 13 0 F 57 29 32 4E 21
Octal 227 200 23 0 17 127 51 62 116 41
Binary 10010111 10000000 10011 0 1111 1010111 101001 110010 1001110 100001

Color Harmonies of #978013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978013

Black with #978013

Text Example


Text Example

White with #978013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978013; }

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

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

background-color css

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

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

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

border-color css

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

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

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