Html Css Color HEX #917516 Hacienda

📋 copy color: '#917516'

red 145 ◦ green 117 ◦ blue 22

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

Shades of Hacienda #917516

Tints of Hacienda #917516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.2%

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 51.06%
G = 41.2%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#917516 (or 0x917516) is known color: Hacienda. HEX triplet: 91, 75 and 16. RGB value is (145,117,22). Sum of RGB (Red+Green+Blue) = 145+117+22=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #917516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917516 is #6E8AE9. Grayscale: #727272. Windows color (decimal): -7244522 or 1471889. OLE color: 1471889.

HSL color Cylindrical-coordinate representation of color #917516: hue angle of 46.34º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #917516 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 117 22 -
CMYK 0 0.19 0.85 0.43
HSL 46.34º 0.74% 0.33% -
HSV(B) 46.34º 0.85% 0.57% -
XYZ 18.18 18.8 3.43 -
YUV 114.54 75.78 149.72 -
System Red Green Blue C M Y K H S L
Decimal 145 117 22 0 0.19 0.85 0.43 46.34 0.74 0.33
Hex 91 75 16 0 13 55 2B 2E 4A 21
Octal 221 165 26 0 23 125 53 56 112 41
Binary 10010001 1110101 10110 0 10011 1010101 101011 101110 1001010 100001

Color Harmonies of #917516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917516

Black with #917516

Text Example


Text Example

White with #917516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917516; }

 p { color: rgb(145,117,22); }

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

background-color css

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

 a { background-color: rgb(145,117,22); }

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

border-color css

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

 span { border-color: rgb(145,117,22); }

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