Html Css Color HEX #9E880E Hacienda

📋 copy color: '#9E880E'

red 158 ◦ green 136 ◦ blue 14

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

Shades of Hacienda #9E880E

Tints of Hacienda #9E880E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.55%

R = 51.3%
G = 44.16%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9E880E (or 0x9E880E) is known color: Hacienda. HEX triplet: 9E, 88 and 0E. RGB value is (158,136,14). Sum of RGB (Red+Green+Blue) = 158+136+14=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E880E is #6177F1. Grayscale: #818181. Windows color (decimal): -6387698 or 952478. OLE color: 952478.

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

Color convert

RGB 158 136 14 -
CMYK 0 0.14 0.91 0.38
HSL 50.83º 0.84% 0.34% -
HSV(B) 50.83º 0.91% 0.62% -
XYZ 22.98 24.91 4.01 -
YUV 128.67 63.29 148.92 -
System Red Green Blue C M Y K H S L
Decimal 158 136 14 0 0.14 0.91 0.38 50.83 0.84 0.34
Hex 9E 88 E 0 E 5B 26 33 54 22
Octal 236 210 16 0 16 133 46 63 124 42
Binary 10011110 10001000 1110 0 1110 1011011 100110 110011 1010100 100010

Color Harmonies of #9E880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E880E

Black with #9E880E

Text Example


Text Example

White with #9E880E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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