Html Css Color HEX #9E7D17 Hacienda

📋 copy color: '#9E7D17'

red 158 ◦ green 125 ◦ blue 23

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

Shades of Hacienda #9E7D17

Tints of Hacienda #9E7D17

RGB

 RED value IS 158 (62.11% from 255) = 51.63%

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

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

R = 51.63%
G = 40.85%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9E7D17 (or 0x9E7D17) is known color: Hacienda. HEX triplet: 9E, 7D and 17. RGB value is (158,125,23). Sum of RGB (Red+Green+Blue) = 158+125+23=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7D17 is #6182E8. Grayscale: #7B7B7B. Windows color (decimal): -6390505 or 1539486. OLE color: 1539486.

HSL color Cylindrical-coordinate representation of color #9E7D17: hue angle of 45.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E7D17 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 125 23 -
CMYK 0 0.21 0.85 0.38
HSL 45.33º 0.75% 0.35% -
HSV(B) 45.33º 0.85% 0.62% -
XYZ 21.59 22 3.92 -
YUV 123.24 71.43 152.79 -
System Red Green Blue C M Y K H S L
Decimal 158 125 23 0 0.21 0.85 0.38 45.33 0.75 0.35
Hex 9E 7D 17 0 15 55 26 2D 4B 23
Octal 236 175 27 0 25 125 46 55 113 43
Binary 10011110 1111101 10111 0 10101 1010101 100110 101101 1001011 100011

Color Harmonies of #9E7D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7D17

Black with #9E7D17

Text Example


Text Example

White with #9E7D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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