#9E8315

Color #9E8315 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #9E8315

Tints of Hacienda #9E8315

Color information

#9E8315 (or 0x9E8315) is unknown color: approx Hacienda. HEX triplet: 9E, 83 and 15. RGB value is (158,131,21). Sum of RGB (Red+Green+Blue) = 158+131+21=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8315 is #617CEA. Grayscale: #7F7F7F. Windows color (decimal): -6388971 or 1409950. OLE color: 1409950.

HSL color Cylindrical-coordinate representation of color #9E8315: hue angle of 48.18º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E8315 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB15813121-
CMYK00.170.870.38
HSL48.18º76.54%35.1%-
HSV(B)48.18º86.71%61.96%-
XYZ22.3523.564.08-
YUV126.5368.45150.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.97%
GREEN value IS 131 (51.56% from 255) = 42.26%
BLUE value IS 21 (8.59% from 255) = 6.77%
R=50.97%
G=42.26%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581312100.170.870.3848.1876.5435.1
Hex9E83150115726304d23
Octal23620325021127466011543
Binary10011110100000111010101000110101111001101100001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,131,21); }

 H1.HeaderClassName
 {
   color: #9E8315;
 }
 .AnyTagClassName
 {
   color: #9E8315;
 }
</style>
background-color css

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

 a { background-color: rgb(158,131,21); }

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

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

 span { border-color: rgb(158,131,21); }

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