Html Css Color HEX #9E880D Hacienda

📋 copy color: '#9E880D'

red 158 ◦ green 136 ◦ blue 13

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

Shades of Hacienda #9E880D

Tints of Hacienda #9E880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.3%

 BLUE value IS 13 (5.47% from 255) = 4.23%

R = 51.47%
G = 44.3%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9E880D (or 0x9E880D) is known color: Hacienda. HEX triplet: 9E, 88 and 0D. RGB value is (158,136,13). Sum of RGB (Red+Green+Blue) = 158+136+13=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E880D is #6177F2. Grayscale: #818181. Windows color (decimal): -6387699 or 886942. OLE color: 886942.

HSL color Cylindrical-coordinate representation of color #9E880D: hue angle of 50.9º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E880D is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 136 13 -
CMYK 0 0.14 0.92 0.38
HSL 50.9º 0.85% 0.34% -
HSV(B) 50.9º 0.92% 0.62% -
XYZ 22.98 24.91 3.98 -
YUV 128.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 158 136 13 0 0.14 0.92 0.38 50.9 0.85 0.34
Hex 9E 88 D 0 E 5C 26 33 55 22
Octal 236 210 15 0 16 134 46 63 125 42
Binary 10011110 10001000 1101 0 1110 1011100 100110 110011 1010101 100010

Color Harmonies of #9E880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E880D

Black with #9E880D

Text Example


Text Example

White with #9E880D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,136,13); }

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

background-color css

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

 a { background-color: rgb(158,136,13); }

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

border-color css

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

 span { border-color: rgb(158,136,13); }

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