#9D7F26

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

Shades of Hacienda #9D7F26

Tints of Hacienda #9D7F26

Color information

#9D7F26 (or 0x9D7F26) is unknown color: approx Hacienda. HEX triplet: 9D, 7F and 26. RGB value is (157,127,38). Sum of RGB (Red+Green+Blue) = 157+127+38=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7F26 is #6280D9. Grayscale: #7E7E7E. Windows color (decimal): -6455514 or 2523037. OLE color: 2523037.

HSL color Cylindrical-coordinate representation of color #9D7F26: hue angle of 44.87º 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 #9D7F26 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB15712738-
CMYK00.190.760.38
HSL44.87º61.03%38.24%-
HSV(B)44.87º75.8%61.57%-
XYZ21.8422.495.02-
YUV125.8278.44150.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.76%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 38 (15.23% from 255) = 11.80%
R=48.76%
G=39.44%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571273800.190.760.3844.8761.0338.24
Hex9D7F260134C262d3d26
Octal2351774602311446557546
Binary1001110111111111001100100111001100100110101101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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