#807158

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

Shades of Cement #807158

Tints of Cement #807158

Color information

#807158 (or 0x807158) is unknown color: approx Cement. HEX triplet: 80, 71 and 58. RGB value is (128,113,88). Sum of RGB (Red+Green+Blue) = 128+113+88=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #807158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807158 is #7F8EA7. Grayscale: #727272. Windows color (decimal): -8359592 or 5796224. OLE color: 5796224.

HSL color Cylindrical-coordinate representation of color #807158: hue angle of 37.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #807158 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB12811388-
CMYK00.120.310.50
HSL37.5º18.52%42.35%-
HSV(B)37.5º31.25%50.2%-
XYZ16.5717.111.66-
YUV114.64112.97137.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=38.91%
G=34.35%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281138800.120.310.5037.518.5242.35
Hex8071580C1F3225132a
Octal2001611300143762452352
Binary1000000011100011011000011001111111001010010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807158; }

 p { color: rgb(128,113,88); }

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

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

 a { background-color: rgb(128,113,88); }

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

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

 span { border-color: rgb(128,113,88); }

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