Html Css Color HEX #9E7517 Hacienda

📋 copy color: '#9E7517'

red 158 ◦ green 117 ◦ blue 23

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

Shades of Hacienda #9E7517

Tints of Hacienda #9E7517

RGB

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

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

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

R = 53.02%
G = 39.26%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9E7517 (or 0x9E7517) is known color: Hacienda. HEX triplet: 9E, 75 and 17. RGB value is (158,117,23). Sum of RGB (Red+Green+Blue) = 158+117+23=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7517 is #618AE8. Grayscale: #767676. Windows color (decimal): -6392553 or 1537438. OLE color: 1537438.

HSL color Cylindrical-coordinate representation of color #9E7517: hue angle of 41.78º 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 #9E7517 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 117 23 -
CMYK 0 0.26 0.85 0.38
HSL 41.78º 0.75% 0.35% -
HSV(B) 41.78º 0.85% 0.62% -
XYZ 20.62 20.05 3.59 -
YUV 118.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 158 117 23 0 0.26 0.85 0.38 41.78 0.75 0.35
Hex 9E 75 17 0 1A 55 26 2A 4B 23
Octal 236 165 27 0 32 125 46 52 113 43
Binary 10011110 1110101 10111 0 11010 1010101 100110 101010 1001011 100011

Color Harmonies of #9E7517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7517

Black with #9E7517

Text Example


Text Example

White with #9E7517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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