#9D8026

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

Shades of Hacienda #9D8026

Tints of Hacienda #9D8026

Color information

#9D8026 (or 0x9D8026) is unknown color: approx Hacienda. HEX triplet: 9D, 80 and 26. RGB value is (157,128,38). Sum of RGB (Red+Green+Blue) = 157+128+38=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8026 is #627FD9. Grayscale: #7E7E7E. Windows color (decimal): -6455258 or 2523293. OLE color: 2523293.

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

Color convert

RGB15712838-
CMYK00.180.760.38
HSL45.38º61.03%38.24%-
HSV(B)45.38º75.8%61.57%-
XYZ21.9722.755.07-
YUV126.4178.11149.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.61%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 38 (15.23% from 255) = 11.76%
R=48.61%
G=39.63%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571283800.180.760.3845.3861.0338.24
Hex9D80260124C262d3d26
Octal2352004602211446557546
Binary10011101100000001001100100101001100100110101101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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