#9E7E1D

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

Shades of Hacienda #9E7E1D

Tints of Hacienda #9E7E1D

Color information

#9E7E1D (or 0x9E7E1D) is unknown color: approx Hacienda. HEX triplet: 9E, 7E and 1D. RGB value is (158,126,29). Sum of RGB (Red+Green+Blue) = 158+126+29=313 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.48% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7E1D is #6181E2. Grayscale: #7C7C7C. Windows color (decimal): -6390243 or 1932958. OLE color: 1932958.

HSL color Cylindrical-coordinate representation of color #9E7E1D: hue angle of 45.12º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E7E1D is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB15812629-
CMYK00.200.820.38
HSL45.12º68.98%36.67%-
HSV(B)45.12º81.65%61.96%-
XYZ21.7822.284.31-
YUV124.5174.1151.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.48%
GREEN value IS 126 (49.61% from 255) = 40.26%
BLUE value IS 29 (11.72% from 255) = 9.27%
R=50.48%
G=40.26%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581262900.200.820.3845.1268.9836.67
Hex9E7E1D01452262d4525
Octal23617635024122465510545
Binary1001111011111101110101010010100101001101011011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,126,29); }

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

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

 a { background-color: rgb(158,126,29); }

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

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

 span { border-color: rgb(158,126,29); }

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