Html Css Color HEX #917515 Hacienda

📋 copy color: '#917515'

red 145 ◦ green 117 ◦ blue 21

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

Shades of Hacienda #917515

Tints of Hacienda #917515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.42%

R = 51.24%
G = 41.34%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#917515 (or 0x917515) is known color: Hacienda. HEX triplet: 91, 75 and 15. RGB value is (145,117,21). Sum of RGB (Red+Green+Blue) = 145+117+21=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #917515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917515 is #6E8AEA. Grayscale: #727272. Windows color (decimal): -7244523 or 1406353. OLE color: 1406353.

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

Color convert

RGB 145 117 21 -
CMYK 0 0.19 0.86 0.43
HSL 46.45º 0.75% 0.33% -
HSV(B) 46.45º 0.86% 0.57% -
XYZ 18.17 18.8 3.38 -
YUV 114.43 75.28 149.81 -
System Red Green Blue C M Y K H S L
Decimal 145 117 21 0 0.19 0.86 0.43 46.45 0.75 0.33
Hex 91 75 15 0 13 56 2B 2E 4B 21
Octal 221 165 25 0 23 126 53 56 113 41
Binary 10010001 1110101 10101 0 10011 1010110 101011 101110 1001011 100001

Color Harmonies of #917515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917515

Black with #917515

Text Example


Text Example

White with #917515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917515; }

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

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

background-color css

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

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

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

border-color css

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

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

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