Html Css Color HEX #9E7520 Hacienda

📋 copy color: '#9E7520'

red 158 ◦ green 117 ◦ blue 32

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

Shades of Hacienda #9E7520

Tints of Hacienda #9E7520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.42%

R = 51.47%
G = 38.11%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9E7520 (or 0x9E7520) is known color: Hacienda. HEX triplet: 9E, 75 and 20. RGB value is (158,117,32). Sum of RGB (Red+Green+Blue) = 158+117+32=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7520 is #618ADF. Grayscale: #777777. Windows color (decimal): -6392544 or 2127262. OLE color: 2127262.

HSL color Cylindrical-coordinate representation of color #9E7520: hue angle of 40.48º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E7520 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 117 32 -
CMYK 0 0.26 0.80 0.38
HSL 40.48º 0.66% 0.37% -
HSV(B) 40.48º 0.8% 0.62% -
XYZ 20.72 20.1 4.15 -
YUV 119.57 78.58 155.41 -
System Red Green Blue C M Y K H S L
Decimal 158 117 32 0 0.26 0.80 0.38 40.48 0.66 0.37
Hex 9E 75 20 0 1A 50 26 28 42 25
Octal 236 165 40 0 32 120 46 50 102 45
Binary 10011110 1110101 100000 0 11010 1010000 100110 101000 1000010 100101

Color Harmonies of #9E7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7520

Black with #9E7520

Text Example


Text Example

White with #9E7520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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