#8A7156

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

Shades of Cement #8A7156

Tints of Cement #8A7156

Color information

#8A7156 (or 0x8A7156) is unknown color: approx Cement. HEX triplet: 8A, 71 and 56. RGB value is (138,113,86). Sum of RGB (Red+Green+Blue) = 138+113+86=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7156 is #758EA9. Grayscale: #757575. Windows color (decimal): -7704234 or 5665162. OLE color: 5665162.

HSL color Cylindrical-coordinate representation of color #8A7156: hue angle of 31.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A7156 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB13811386-
CMYK00.180.380.46
HSL31.15º23.21%43.92%-
HSV(B)31.15º37.68%54.12%-
XYZ18.0717.8911.3-
YUV117.4110.28142.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=40.95%
G=33.53%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381138600.180.380.4631.1523.2143.92
Hex8A7156012262E1f172c
Octal2121611260224656372754
Binary10001010111000110101100100101001101011101111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,113,86); }

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

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

 a { background-color: rgb(138,113,86); }

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

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

 span { border-color: rgb(138,113,86); }

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