Html Css Color HEX #918013 Hacienda

📋 copy color: '#918013'

red 145 ◦ green 128 ◦ blue 19

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

Shades of Hacienda #918013

Tints of Hacienda #918013

RGB

 RED value IS 145 (57.03% from 255) = 49.66%

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

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

R = 49.66%
G = 43.84%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#918013 (or 0x918013) is known color: Hacienda. HEX triplet: 91, 80 and 13. RGB value is (145,128,19). Sum of RGB (Red+Green+Blue) = 145+128+19=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #918013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918013 is #6E7FEC. Grayscale: #797979. Windows color (decimal): -7241709 or 1278097. OLE color: 1278097.

HSL color Cylindrical-coordinate representation of color #918013: hue angle of 51.9º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #918013 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 128 19 -
CMYK 0 0.12 0.87 0.43
HSL 51.9º 0.77% 0.32% -
HSV(B) 51.9º 0.87% 0.57% -
XYZ 19.51 21.51 3.74 -
YUV 120.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 145 128 19 0 0.12 0.87 0.43 51.9 0.77 0.32
Hex 91 80 13 0 C 57 2B 34 4D 20
Octal 221 200 23 0 14 127 53 64 115 40
Binary 10010001 10000000 10011 0 1100 1010111 101011 110100 1001101 100000

Color Harmonies of #918013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918013

Black with #918013

Text Example


Text Example

White with #918013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918013; }

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

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

background-color css

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

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

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

border-color css

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

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

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