#9D7E26

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

Shades of Hacienda #9D7E26

Tints of Hacienda #9D7E26

Color information

#9D7E26 (or 0x9D7E26) is unknown color: approx Hacienda. HEX triplet: 9D, 7E and 26. RGB value is (157,126,38). Sum of RGB (Red+Green+Blue) = 157+126+38=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7E26 is #6281D9. Grayscale: #7D7D7D. Windows color (decimal): -6455770 or 2522781. OLE color: 2522781.

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

Color convert

RGB15712638-
CMYK00.200.760.38
HSL44.37º61.03%38.24%-
HSV(B)44.37º75.8%61.57%-
XYZ21.7222.234.98-
YUV125.2478.77150.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.91%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 38 (15.23% from 255) = 11.84%
R=48.91%
G=39.25%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571263800.200.760.3844.3761.0338.24
Hex9D7E260144C262c3d26
Octal2351764602411446547546
Binary1001110111111101001100101001001100100110101100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,126,38); }

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

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

 a { background-color: rgb(157,126,38); }

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

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

 span { border-color: rgb(157,126,38); }

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