Shades of Cement #836F55
Tints of Cement #836F55
RGB
CMYK
RGB Variations
Color information
#836F55 (or 0x836F55) is known color: Cement. HEX triplet: 83, 6F and 55. RGB value is (131,111,85). Sum of RGB (Red+Green+Blue) = 131+111+85=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #836F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836F55 is #7C90AA. Grayscale: #727272. Windows color (decimal): -8163499 or 5599107. OLE color: 5599107.
HSL color Cylindrical-coordinate representation of color #836F55: hue angle of 33.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #836F55 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 111 | 85 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.49 |
| HSL | 33.91º | 0.21% | 0.42% | - |
| HSV(B) | 33.91º | 0.35% | 0.51% | - |
| XYZ | 16.68 | 16.85 | 10.97 | - |
| YUV | 114.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 85 | 0 | 0.15 | 0.35 | 0.49 | 33.91 | 0.21 | 0.42 |
| Hex | 83 | 6F | 55 | 0 | F | 23 | 31 | 22 | 15 | 2A |
| Octal | 203 | 157 | 125 | 0 | 17 | 43 | 61 | 42 | 25 | 52 |
| Binary | 10000011 | 1101111 | 1010101 | 0 | 1111 | 100011 | 110001 | 100010 | 10101 | 101010 |
Color Harmonies of #836F55
Complementary color
Monochromatic Colors of #836F55
Black with #836F55
Text Example
Text Example
White with #836F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F55; }
p { color: rgb(131,111,85); }
H1.HeaderClassName
{
color: #836F55;
}
.AnyTagClassName
{
color: #836F55;
}
</style>
background-color css
<style>
a { background-color: #836F55; }
a { background-color: rgb(131,111,85); }
div.DivClassName
{
background-color: #836F55;
}
.BgClassName
{
background-color: #836F55;
}
</style>
border-color css
<style>
span { border-color: #836F55; }
span { border-color: rgb(131,111,85); }
td.TdClassName
{
border-color: #836F55;
}
.TagClassName
{
border-color: #836F55;
}
</style>