#9D7C2C

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

Shades of Hacienda #9D7C2C

Tints of Hacienda #9D7C2C

Color information

#9D7C2C (or 0x9D7C2C) is unknown color: approx Hacienda. HEX triplet: 9D, 7C and 2C. RGB value is (157,124,44). Sum of RGB (Red+Green+Blue) = 157+124+44=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7C2C is #6283D3. Grayscale: #7D7D7D. Windows color (decimal): -6456276 or 2915485. OLE color: 2915485.

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

Color convert

RGB15712444-
CMYK00.210.720.38
HSL42.48º56.22%39.41%-
HSV(B)42.48º71.97%61.57%-
XYZ21.5721.775.45-
YUV124.7582.43151-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.31%
GREEN value IS 124 (48.83% from 255) = 38.15%
BLUE value IS 44 (17.58% from 255) = 13.54%
R=48.31%
G=38.15%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571244400.210.720.3842.4856.2239.41
Hex9D7C2C01548262a3827
Octal2351745402511046527047
Binary1001110111111001011000101011001000100110101010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,124,44); }

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

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

 a { background-color: rgb(157,124,44); }

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

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

 span { border-color: rgb(157,124,44); }

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