Shades of Cement #836C53
Tints of Cement #836C53
RGB
CMYK
RGB Variations
Color information
#836C53 (or 0x836C53) is known color: Cement. HEX triplet: 83, 6C and 53. RGB value is (131,108,83). Sum of RGB (Red+Green+Blue) = 131+108+83=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #836C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836C53 is #7C93AC. Grayscale: #707070. Windows color (decimal): -8164269 or 5467267. OLE color: 5467267.
HSL color Cylindrical-coordinate representation of color #836C53: hue angle of 31.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #836C53 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 108 | 83 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.49 |
| HSL | 31.25º | 0.22% | 0.42% | - |
| HSV(B) | 31.25º | 0.37% | 0.51% | - |
| XYZ | 16.28 | 16.17 | 10.45 | - |
| YUV | 112.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 83 | 0 | 0.18 | 0.37 | 0.49 | 31.25 | 0.22 | 0.42 |
| Hex | 83 | 6C | 53 | 0 | 12 | 25 | 31 | 1F | 16 | 2A |
| Octal | 203 | 154 | 123 | 0 | 22 | 45 | 61 | 37 | 26 | 52 |
| Binary | 10000011 | 1101100 | 1010011 | 0 | 10010 | 100101 | 110001 | 11111 | 10110 | 101010 |
Color Harmonies of #836C53
Complementary color
Monochromatic Colors of #836C53
Black with #836C53
Text Example
Text Example
White with #836C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836C53; }
p { color: rgb(131,108,83); }
H1.HeaderClassName
{
color: #836C53;
}
.AnyTagClassName
{
color: #836C53;
}
</style>
background-color css
<style>
a { background-color: #836C53; }
a { background-color: rgb(131,108,83); }
div.DivClassName
{
background-color: #836C53;
}
.BgClassName
{
background-color: #836C53;
}
</style>
border-color css
<style>
span { border-color: #836C53; }
span { border-color: rgb(131,108,83); }
td.TdClassName
{
border-color: #836C53;
}
.TagClassName
{
border-color: #836C53;
}
</style>