#9E7F2C

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

Shades of Hacienda #9E7F2C

Tints of Hacienda #9E7F2C

Color information

#9E7F2C (or 0x9E7F2C) is unknown color: approx Hacienda. HEX triplet: 9E, 7F and 2C. RGB value is (158,127,44). Sum of RGB (Red+Green+Blue) = 158+127+44=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7F2C is #6180D3. Grayscale: #7F7F7F. Windows color (decimal): -6389972 or 2916254. OLE color: 2916254.

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

Color convert

RGB15812744-
CMYK00.200.720.38
HSL43.68º56.44%39.61%-
HSV(B)43.68º72.15%61.96%-
XYZ22.1422.635.58-
YUV126.8181.27150.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.02%
GREEN value IS 127 (50% from 255) = 38.60%
BLUE value IS 44 (17.58% from 255) = 13.37%
R=48.02%
G=38.60%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581274400.200.720.3843.6856.4439.61
Hex9E7F2C01448262c3828
Octal2361775402411046547050
Binary1001111011111111011000101001001000100110101100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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