#9D7B26

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

Shades of Hacienda #9D7B26

Tints of Hacienda #9D7B26

Color information

#9D7B26 (or 0x9D7B26) is unknown color: approx Hacienda. HEX triplet: 9D, 7B and 26. RGB value is (157,123,38). Sum of RGB (Red+Green+Blue) = 157+123+38=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7B26 is #6284D9. Grayscale: #7B7B7B. Windows color (decimal): -6456538 or 2522013. OLE color: 2522013.

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

Color convert

RGB15712338-
CMYK00.220.760.38
HSL42.86º61.03%38.24%-
HSV(B)42.86º75.8%61.57%-
XYZ21.3421.474.85-
YUV123.4879.76151.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.37%
GREEN value IS 123 (48.44% from 255) = 38.68%
BLUE value IS 38 (15.23% from 255) = 11.95%
R=49.37%
G=38.68%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571233800.220.760.3842.8661.0338.24
Hex9D7B260164C262b3d26
Octal2351734602611446537546
Binary1001110111110111001100101101001100100110101011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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