Html Css Color HEX #9A7515 Hacienda

📋 copy color: '#9A7515'

red 154 ◦ green 117 ◦ blue 21

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

Shades of Hacienda #9A7515

Tints of Hacienda #9A7515

RGB

 RED value IS 154 (60.55% from 255) = 52.74%

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

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

R = 52.74%
G = 40.07%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A7515 (or 0x9A7515) is known color: Hacienda. HEX triplet: 9A, 75 and 15. RGB value is (154,117,21). Sum of RGB (Red+Green+Blue) = 154+117+21=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7515 is #658AEA. Grayscale: #757575. Windows color (decimal): -6654699 or 1406362. OLE color: 1406362.

HSL color Cylindrical-coordinate representation of color #9A7515: hue angle of 43.31º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A7515 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 117 21 -
CMYK 0 0.24 0.86 0.40
HSL 43.31º 0.76% 0.34% -
HSV(B) 43.31º 0.86% 0.6% -
XYZ 19.82 19.65 3.46 -
YUV 117.12 73.76 154.31 -
System Red Green Blue C M Y K H S L
Decimal 154 117 21 0 0.24 0.86 0.40 43.31 0.76 0.34
Hex 9A 75 15 0 18 56 28 2B 4C 22
Octal 232 165 25 0 30 126 50 53 114 42
Binary 10011010 1110101 10101 0 11000 1010110 101000 101011 1001100 100010

Color Harmonies of #9A7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7515

Black with #9A7515

Text Example


Text Example

White with #9A7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7515; }

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

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

background-color css

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

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

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

border-color css

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

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

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