Html Css Color HEX #9E8524 Hacienda

📋 copy color: '#9E8524'

red 158 ◦ green 133 ◦ blue 36

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

Shades of Hacienda #9E8524

Tints of Hacienda #9E8524

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

 BLUE value IS 36 (14.45% from 255) = 11.01%

R = 48.32%
G = 40.67%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9E8524 (or 0x9E8524) is known color: Hacienda. HEX triplet: 9E, 85 and 24. RGB value is (158,133,36). Sum of RGB (Red+Green+Blue) = 158+133+36=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8524 is #617ADB. Grayscale: #818181. Windows color (decimal): -6388444 or 2393502. OLE color: 2393502.

HSL color Cylindrical-coordinate representation of color #9E8524: hue angle of 47.7º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E8524 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 133 36 -
CMYK 0 0.16 0.77 0.38
HSL 47.7º 0.63% 0.38% -
HSV(B) 47.7º 0.77% 0.62% -
XYZ 22.81 24.17 5.13 -
YUV 129.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 158 133 36 0 0.16 0.77 0.38 47.7 0.63 0.38
Hex 9E 85 24 0 10 4D 26 30 3F 26
Octal 236 205 44 0 20 115 46 60 77 46
Binary 10011110 10000101 100100 0 10000 1001101 100110 110000 111111 100110

Color Harmonies of #9E8524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8524

Black with #9E8524

Text Example


Text Example

White with #9E8524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,133,36); }

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

background-color css

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

 a { background-color: rgb(158,133,36); }

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

border-color css

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

 span { border-color: rgb(158,133,36); }

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