Html Css Color HEX #9E811A Hacienda

📋 copy color: '#9E811A'

red 158 ◦ green 129 ◦ blue 26

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

Shades of Hacienda #9E811A

Tints of Hacienda #9E811A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

 BLUE value IS 26 (10.55% from 255) = 8.31%

R = 50.48%
G = 41.21%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E811A (or 0x9E811A) is known color: Hacienda. HEX triplet: 9E, 81 and 1A. RGB value is (158,129,26). Sum of RGB (Red+Green+Blue) = 158+129+26=313 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.48% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 158 - color contains mainly: red. Hex color #9E811A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E811A is #617EE5. Grayscale: #7E7E7E. Windows color (decimal): -6389478 or 1737118. OLE color: 1737118.

HSL color Cylindrical-coordinate representation of color #9E811A: hue angle of 46.82º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E811A is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 129 26 -
CMYK 0 0.18 0.84 0.38
HSL 46.82º 0.72% 0.36% -
HSV(B) 46.82º 0.84% 0.62% -
XYZ 22.14 23.04 4.26 -
YUV 125.93 71.61 150.88 -
System Red Green Blue C M Y K H S L
Decimal 158 129 26 0 0.18 0.84 0.38 46.82 0.72 0.36
Hex 9E 81 1A 0 12 54 26 2F 48 24
Octal 236 201 32 0 22 124 46 57 110 44
Binary 10011110 10000001 11010 0 10010 1010100 100110 101111 1001000 100100

Color Harmonies of #9E811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E811A

Black with #9E811A

Text Example


Text Example

White with #9E811A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,129,26); }

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

background-color css

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

 a { background-color: rgb(158,129,26); }

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

border-color css

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

 span { border-color: rgb(158,129,26); }

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