#9D7C2D

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

Shades of Hacienda #9D7C2D

Tints of Hacienda #9D7C2D

Color information

#9D7C2D (or 0x9D7C2D) is unknown color: approx Hacienda. HEX triplet: 9D, 7C and 2D. RGB value is (157,124,45). Sum of RGB (Red+Green+Blue) = 157+124+45=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7C2D is #6283D2. Grayscale: #7D7D7D. Windows color (decimal): -6456275 or 2981021. OLE color: 2981021.

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

Color convert

RGB15712445-
CMYK00.210.710.38
HSL42.32º55.45%39.61%-
HSV(B)42.32º71.34%61.57%-
XYZ21.5921.775.55-
YUV124.8682.93150.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.16%
GREEN value IS 124 (48.83% from 255) = 38.04%
BLUE value IS 45 (17.97% from 255) = 13.80%
R=48.16%
G=38.04%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571244500.210.710.3842.3255.4539.61
Hex9D7C2D01547262a3728
Octal2351745502510746526750
Binary1001110111111001011010101011000111100110101010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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