#817056

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

Shades of Cement #817056

Tints of Cement #817056

Color information

#817056 (or 0x817056) is unknown color: approx Cement. HEX triplet: 81, 70 and 56. RGB value is (129,112,86). Sum of RGB (Red+Green+Blue) = 129+112+86=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #817056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817056 is #7E8FA9. Grayscale: #727272. Windows color (decimal): -8294314 or 5664897. OLE color: 5664897.

HSL color Cylindrical-coordinate representation of color #817056: hue angle of 36.28º degrees, saturation: 0.2, 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 #817056 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB12911286-
CMYK00.130.330.49
HSL36.28º20%42.16%-
HSV(B)36.28º33.33%50.59%-
XYZ16.5316.9311.2-
YUV114.12112.13138.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=39.45%
G=34.25%
B=26.30%

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
Decimal1291128600.130.330.4936.282042.16
Hex8170560D213124142a
Octal2011601260154161442452
Binary10000001111000010101100110110000111000110010010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817056; }

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

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

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

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

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

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

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

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