Shades of Cement #83745E
Tints of Cement #83745E
RGB
CMYK
RGB Variations
Color information
#83745E (or 0x83745E) is known color: Cement. HEX triplet: 83, 74 and 5E. RGB value is (131,116,94). Sum of RGB (Red+Green+Blue) = 131+116+94=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #83745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83745E is #7C8BA1. Grayscale: #767676. Windows color (decimal): -8162210 or 6190211. OLE color: 6190211.
HSL color Cylindrical-coordinate representation of color #83745E: hue angle of 35.68º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83745E is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 116 | 94 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.49 |
| HSL | 35.68º | 0.16% | 0.44% | - |
| HSV(B) | 35.68º | 0.28% | 0.51% | - |
| XYZ | 17.63 | 18.12 | 13.16 | - |
| YUV | 117.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 94 | 0 | 0.11 | 0.28 | 0.49 | 35.68 | 0.16 | 0.44 |
| Hex | 83 | 74 | 5E | 0 | B | 1C | 31 | 24 | 10 | 2C |
| Octal | 203 | 164 | 136 | 0 | 13 | 34 | 61 | 44 | 20 | 54 |
| Binary | 10000011 | 1110100 | 1011110 | 0 | 1011 | 11100 | 110001 | 100100 | 10000 | 101100 |
Color Harmonies of #83745E
Complementary color
Monochromatic Colors of #83745E
Black with #83745E
Text Example
Text Example
White with #83745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83745E; }
p { color: rgb(131,116,94); }
H1.HeaderClassName
{
color: #83745E;
}
.AnyTagClassName
{
color: #83745E;
}
</style>
background-color css
<style>
a { background-color: #83745E; }
a { background-color: rgb(131,116,94); }
div.DivClassName
{
background-color: #83745E;
}
.BgClassName
{
background-color: #83745E;
}
</style>
border-color css
<style>
span { border-color: #83745E; }
span { border-color: rgb(131,116,94); }
td.TdClassName
{
border-color: #83745E;
}
.TagClassName
{
border-color: #83745E;
}
</style>