#9E7F1E

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

Shades of Hacienda #9E7F1E

Tints of Hacienda #9E7F1E

Color information

#9E7F1E (or 0x9E7F1E) is unknown color: approx Hacienda. HEX triplet: 9E, 7F and 1E. RGB value is (158,127,30). Sum of RGB (Red+Green+Blue) = 158+127+30=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7F1E is #6180E1. Grayscale: #7D7D7D. Windows color (decimal): -6389986 or 1998750. OLE color: 1998750.

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

Color convert

RGB15812730-
CMYK00.200.810.38
HSL45.47º68.09%36.86%-
HSV(B)45.47º81.01%61.96%-
XYZ21.9222.544.42-
YUV125.2174.27151.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.16%
GREEN value IS 127 (50% from 255) = 40.32%
BLUE value IS 30 (12.11% from 255) = 9.52%
R=50.16%
G=40.32%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581273000.200.810.3845.4768.0936.86
Hex9E7F1E01451262d4425
Octal23617736024121465510445
Binary1001111011111111111001010010100011001101011011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,127,30); }

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

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

 a { background-color: rgb(158,127,30); }

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

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

 span { border-color: rgb(158,127,30); }

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