#817057

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

Shades of Cement #817057

Tints of Cement #817057

Color information

#817057 (or 0x817057) is unknown color: approx Cement. HEX triplet: 81, 70 and 57. RGB value is (129,112,87). Sum of RGB (Red+Green+Blue) = 129+112+87=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #817057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817057 is #7E8FA8. Grayscale: #727272. Windows color (decimal): -8294313 or 5730433. OLE color: 5730433.

HSL color Cylindrical-coordinate representation of color #817057: hue angle of 35.71º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #817057 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB12911287-
CMYK00.130.330.49
HSL35.71º19.44%42.35%-
HSV(B)35.71º32.56%50.59%-
XYZ16.5716.9411.41-
YUV114.23112.63138.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=39.33%
G=34.15%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291128700.130.330.4935.7119.4442.35
Hex8170570D213124132a
Octal2011601270154161442352
Binary10000001111000010101110110110000111000110010010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817057; }

 p { color: rgb(129,112,87); }

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

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

 a { background-color: rgb(129,112,87); }

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

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

 span { border-color: rgb(129,112,87); }

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