#8A7050

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

Shades of Cement #8A7050

Tints of Cement #8A7050

Color information

#8A7050 (or 0x8A7050) is unknown color: approx Cement. HEX triplet: 8A, 70 and 50. RGB value is (138,112,80). Sum of RGB (Red+Green+Blue) = 138+112+80=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7050 is #758FAF. Grayscale: #747474. Windows color (decimal): -7704496 or 5271690. OLE color: 5271690.

HSL color Cylindrical-coordinate representation of color #8A7050: hue angle of 33.1º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A7050 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB13811280-
CMYK00.190.420.46
HSL33.1º26.61%42.75%-
HSV(B)33.1º42.03%54.12%-
XYZ17.7217.5710.05-
YUV116.13107.61143.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.82%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=41.82%
G=33.94%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381128000.190.420.4633.126.6142.75
Hex8A70500132A2E211b2b
Octal2121601200235256413353
Binary100010101110000101000001001110101010111010000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,112,80); }

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

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

 a { background-color: rgb(138,112,80); }

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

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

 span { border-color: rgb(138,112,80); }

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