Shades of Cement #816B52
Tints of Cement #816B52
RGB
CMYK
RGB Variations
Color information
#816B52 (or 0x816B52) is known color: Cement. HEX triplet: 81, 6B and 52. RGB value is (129,107,82). Sum of RGB (Red+Green+Blue) = 129+107+82=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 129 - color contains mainly: red. Hex color #816B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B52 is #7E94AD. Grayscale: #6E6E6E. Windows color (decimal): -8295598 or 5401473. OLE color: 5401473.
HSL color Cylindrical-coordinate representation of color #816B52: hue angle of 31.91º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #816B52 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 107 | 82 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.49 |
| HSL | 31.91º | 0.22% | 0.41% | - |
| HSV(B) | 31.91º | 0.36% | 0.51% | - |
| XYZ | 15.83 | 15.79 | 10.2 | - |
| YUV | 110.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 82 | 0 | 0.17 | 0.36 | 0.49 | 31.91 | 0.22 | 0.41 |
| Hex | 81 | 6B | 52 | 0 | 11 | 24 | 31 | 20 | 16 | 29 |
| Octal | 201 | 153 | 122 | 0 | 21 | 44 | 61 | 40 | 26 | 51 |
| Binary | 10000001 | 1101011 | 1010010 | 0 | 10001 | 100100 | 110001 | 100000 | 10110 | 101001 |
Color Harmonies of #816B52
Complementary color
Monochromatic Colors of #816B52
Black with #816B52
Text Example
Text Example
White with #816B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816B52; }
p { color: rgb(129,107,82); }
H1.HeaderClassName
{
color: #816B52;
}
.AnyTagClassName
{
color: #816B52;
}
</style>
background-color css
<style>
a { background-color: #816B52; }
a { background-color: rgb(129,107,82); }
div.DivClassName
{
background-color: #816B52;
}
.BgClassName
{
background-color: #816B52;
}
</style>
border-color css
<style>
span { border-color: #816B52; }
span { border-color: rgb(129,107,82); }
td.TdClassName
{
border-color: #816B52;
}
.TagClassName
{
border-color: #816B52;
}
</style>