#8A7557

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

Shades of Cement #8A7557

Tints of Cement #8A7557

Color information

#8A7557 (or 0x8A7557) is unknown color: approx Cement. HEX triplet: 8A, 75 and 57. RGB value is (138,117,87). Sum of RGB (Red+Green+Blue) = 138+117+87=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7557 is #758AA8. Grayscale: #787878. Windows color (decimal): -7703209 or 5731722. OLE color: 5731722.

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

Color convert

RGB13811787-
CMYK00.150.370.46
HSL35.29º22.67%44.12%-
HSV(B)35.29º36.96%54.12%-
XYZ18.5618.8111.67-
YUV119.86109.46140.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.35%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 87 (34.38% from 255) = 25.44%
R=40.35%
G=34.21%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381178700.150.370.4635.2922.6744.12
Hex8A75570F252E23172c
Octal2121651270174556432754
Binary10001010111010110101110111110010110111010001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,117,87); }

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

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

 a { background-color: rgb(138,117,87); }

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

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

 span { border-color: rgb(138,117,87); }

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