Shades of Cement #81705A
Tints of Cement #81705A
RGB
CMYK
RGB Variations
Color information
#81705A (or 0x81705A) is known color: Cement. HEX triplet: 81, 70 and 5A. RGB value is (129,112,90). Sum of RGB (Red+Green+Blue) = 129+112+90=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #81705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81705A is #7E8FA5. Grayscale: #727272. Windows color (decimal): -8294310 or 5927041. OLE color: 5927041.
HSL color Cylindrical-coordinate representation of color #81705A: hue angle of 33.85º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81705A is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 112 | 90 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.49 |
| HSL | 33.85º | 0.18% | 0.43% | - |
| HSV(B) | 33.85º | 0.3% | 0.51% | - |
| XYZ | 16.69 | 16.99 | 12.07 | - |
| YUV | 114.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 90 | 0 | 0.13 | 0.30 | 0.49 | 33.85 | 0.18 | 0.43 |
| Hex | 81 | 70 | 5A | 0 | D | 1E | 31 | 22 | 12 | 2B |
| Octal | 201 | 160 | 132 | 0 | 15 | 36 | 61 | 42 | 22 | 53 |
| Binary | 10000001 | 1110000 | 1011010 | 0 | 1101 | 11110 | 110001 | 100010 | 10010 | 101011 |
Color Harmonies of #81705A
Complementary color
Monochromatic Colors of #81705A
Black with #81705A
Text Example
Text Example
White with #81705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81705A; }
p { color: rgb(129,112,90); }
H1.HeaderClassName
{
color: #81705A;
}
.AnyTagClassName
{
color: #81705A;
}
</style>
background-color css
<style>
a { background-color: #81705A; }
a { background-color: rgb(129,112,90); }
div.DivClassName
{
background-color: #81705A;
}
.BgClassName
{
background-color: #81705A;
}
</style>
border-color css
<style>
span { border-color: #81705A; }
span { border-color: rgb(129,112,90); }
td.TdClassName
{
border-color: #81705A;
}
.TagClassName
{
border-color: #81705A;
}
</style>