Html Css Color HEX #9A7D17 Hacienda

📋 copy color: '#9A7D17'

red 154 ◦ green 125 ◦ blue 23

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

Shades of Hacienda #9A7D17

Tints of Hacienda #9A7D17

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.39%

 BLUE value IS 23 (9.38% from 255) = 7.62%

R = 50.99%
G = 41.39%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#9A7D17 (or 0x9A7D17) is known color: Hacienda. HEX triplet: 9A, 7D and 17. RGB value is (154,125,23). Sum of RGB (Red+Green+Blue) = 154+125+23=302 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.99% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7D17 is #6582E8. Grayscale: #7A7A7A. Windows color (decimal): -6652649 or 1539482. OLE color: 1539482.

HSL color Cylindrical-coordinate representation of color #9A7D17: hue angle of 46.72º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A7D17 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 125 23 -
CMYK 0 0.19 0.85 0.40
HSL 46.72º 0.74% 0.35% -
HSV(B) 46.72º 0.85% 0.6% -
XYZ 20.81 21.6 3.88 -
YUV 122.04 72.11 150.79 -
System Red Green Blue C M Y K H S L
Decimal 154 125 23 0 0.19 0.85 0.40 46.72 0.74 0.35
Hex 9A 7D 17 0 13 55 28 2F 4A 23
Octal 232 175 27 0 23 125 50 57 112 43
Binary 10011010 1111101 10111 0 10011 1010101 101000 101111 1001010 100011

Color Harmonies of #9A7D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7D17

Black with #9A7D17

Text Example


Text Example

White with #9A7D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,125,23); }

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

background-color css

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

 a { background-color: rgb(154,125,23); }

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

border-color css

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

 span { border-color: rgb(154,125,23); }

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