Shades of Cement #846B53
Tints of Cement #846B53
RGB
CMYK
RGB Variations
Color information
#846B53 (or 0x846B53) is known color: Cement. HEX triplet: 84, 6B and 53. RGB value is (132,107,83). Sum of RGB (Red+Green+Blue) = 132+107+83=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #846B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B53 is #7B94AC. Grayscale: #6F6F6F. Windows color (decimal): -8098989 or 5467012. OLE color: 5467012.
HSL color Cylindrical-coordinate representation of color #846B53: hue angle of 29.39º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #846B53 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 83 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.48 |
| HSL | 29.39º | 0.23% | 0.42% | - |
| HSV(B) | 29.39º | 0.37% | 0.52% | - |
| XYZ | 16.33 | 16.05 | 10.42 | - |
| YUV | 111.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 83 | 0 | 0.19 | 0.37 | 0.48 | 29.39 | 0.23 | 0.42 |
| Hex | 84 | 6B | 53 | 0 | 13 | 25 | 30 | 1D | 17 | 2A |
| Octal | 204 | 153 | 123 | 0 | 23 | 45 | 60 | 35 | 27 | 52 |
| Binary | 10000100 | 1101011 | 1010011 | 0 | 10011 | 100101 | 110000 | 11101 | 10111 | 101010 |
Color Harmonies of #846B53
Complementary color
Monochromatic Colors of #846B53
Black with #846B53
Text Example
Text Example
White with #846B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B53; }
p { color: rgb(132,107,83); }
H1.HeaderClassName
{
color: #846B53;
}
.AnyTagClassName
{
color: #846B53;
}
</style>
background-color css
<style>
a { background-color: #846B53; }
a { background-color: rgb(132,107,83); }
div.DivClassName
{
background-color: #846B53;
}
.BgClassName
{
background-color: #846B53;
}
</style>
border-color css
<style>
span { border-color: #846B53; }
span { border-color: rgb(132,107,83); }
td.TdClassName
{
border-color: #846B53;
}
.TagClassName
{
border-color: #846B53;
}
</style>