Shades of Cement #83725B
Tints of Cement #83725B
RGB
CMYK
RGB Variations
Color information
#83725B (or 0x83725B) is known color: Cement. HEX triplet: 83, 72 and 5B. RGB value is (131,114,91). Sum of RGB (Red+Green+Blue) = 131+114+91=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #83725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83725B is #7C8DA4. Grayscale: #747474. Windows color (decimal): -8162725 or 5993091. OLE color: 5993091.
HSL color Cylindrical-coordinate representation of color #83725B: hue angle of 34.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83725B is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 114 | 91 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.49 |
| HSL | 34.5º | 0.18% | 0.44% | - |
| HSV(B) | 34.5º | 0.31% | 0.51% | - |
| XYZ | 17.27 | 17.62 | 12.39 | - |
| YUV | 116.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 91 | 0 | 0.13 | 0.31 | 0.49 | 34.5 | 0.18 | 0.44 |
| Hex | 83 | 72 | 5B | 0 | D | 1F | 31 | 22 | 12 | 2C |
| Octal | 203 | 162 | 133 | 0 | 15 | 37 | 61 | 42 | 22 | 54 |
| Binary | 10000011 | 1110010 | 1011011 | 0 | 1101 | 11111 | 110001 | 100010 | 10010 | 101100 |
Color Harmonies of #83725B
Complementary color
Monochromatic Colors of #83725B
Black with #83725B
Text Example
Text Example
White with #83725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83725B; }
p { color: rgb(131,114,91); }
H1.HeaderClassName
{
color: #83725B;
}
.AnyTagClassName
{
color: #83725B;
}
</style>
background-color css
<style>
a { background-color: #83725B; }
a { background-color: rgb(131,114,91); }
div.DivClassName
{
background-color: #83725B;
}
.BgClassName
{
background-color: #83725B;
}
</style>
border-color css
<style>
span { border-color: #83725B; }
span { border-color: rgb(131,114,91); }
td.TdClassName
{
border-color: #83725B;
}
.TagClassName
{
border-color: #83725B;
}
</style>