Html Css Color HEX #9E880C Hacienda

📋 copy color: '#9E880C'

red 158 ◦ green 136 ◦ blue 12

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

Shades of Hacienda #9E880C

Tints of Hacienda #9E880C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 51.63%
G = 44.44%
B = 3.92%

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

#9E880C (or 0x9E880C) is known color: Hacienda. HEX triplet: 9E, 88 and 0C. RGB value is (158,136,12). Sum of RGB (Red+Green+Blue) = 158+136+12=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E880C is #6177F3. Grayscale: #808080. Windows color (decimal): -6387700 or 821406. OLE color: 821406.

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

Color convert

RGB 158 136 12 -
CMYK 0 0.14 0.92 0.38
HSL 50.96º 0.86% 0.33% -
HSV(B) 50.96º 0.92% 0.62% -
XYZ 22.97 24.9 3.94 -
YUV 128.44 62.29 149.08 -
System Red Green Blue C M Y K H S L
Decimal 158 136 12 0 0.14 0.92 0.38 50.96 0.86 0.33
Hex 9E 88 C 0 E 5C 26 33 56 21
Octal 236 210 14 0 16 134 46 63 126 41
Binary 10011110 10001000 1100 0 1110 1011100 100110 110011 1010110 100001

Color Harmonies of #9E880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E880C

Black with #9E880C

Text Example


Text Example

White with #9E880C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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