Html Css Color HEX #9E8522 Hacienda

📋 copy color: '#9E8522'

red 158 ◦ green 133 ◦ blue 34

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

Shades of Hacienda #9E8522

Tints of Hacienda #9E8522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.46%

R = 48.62%
G = 40.92%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9E8522 (or 0x9E8522) is known color: Hacienda. HEX triplet: 9E, 85 and 22. RGB value is (158,133,34). Sum of RGB (Red+Green+Blue) = 158+133+34=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8522 is #617ADD. Grayscale: #818181. Windows color (decimal): -6388446 or 2262430. OLE color: 2262430.

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

Color convert

RGB 158 133 34 -
CMYK 0 0.16 0.78 0.38
HSL 47.9º 0.65% 0.38% -
HSV(B) 47.9º 0.78% 0.62% -
XYZ 22.78 24.16 4.98 -
YUV 129.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 158 133 34 0 0.16 0.78 0.38 47.9 0.65 0.38
Hex 9E 85 22 0 10 4E 26 30 41 26
Octal 236 205 42 0 20 116 46 60 101 46
Binary 10011110 10000101 100010 0 10000 1001110 100110 110000 1000001 100110

Color Harmonies of #9E8522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8522

Black with #9E8522

Text Example


Text Example

White with #9E8522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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