#8D7A13

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

Shades of Hacienda #8D7A13

Tints of Hacienda #8D7A13

Color information

#8D7A13 (or 0x8D7A13) is unknown color: approx Hacienda. HEX triplet: 8D, 7A and 13. RGB value is (141,122,19). Sum of RGB (Red+Green+Blue) = 141+122+19=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7A13 is #7285EC. Grayscale: #747474. Windows color (decimal): -7505389 or 1276557. OLE color: 1276557.

HSL color Cylindrical-coordinate representation of color #8D7A13: hue angle of 50.66º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D7A13 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB14112219-
CMYK00.130.870.45
HSL50.66º76.25%31.37%-
HSV(B)50.66º86.52%55.29%-
XYZ18.0619.633.45-
YUV115.9473.29145.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 19 (7.81% from 255) = 6.74%
R=50%
G=43.26%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411221900.130.870.4550.6676.2531.37
Hex8D7A130D572D334c1f
Octal21517223015127556311437
Binary10001101111101010011011011010111101101110011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D7A13; }

 p { color: rgb(141,122,19); }

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

<style>
 a { background-color: #8D7A13; }

 a { background-color: rgb(141,122,19); }

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

<style>
 span { border-color: #8D7A13; }

 span { border-color: rgb(141,122,19); }

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