Shades of Clinker #4D371E
Tints of Clinker #4D371E
RGB
CMYK
RGB Variations
Color information
#4D371E (or 0x4D371E) is known color: Clinker. HEX triplet: 4D, 37 and 1E. RGB value is (77,55,30). Sum of RGB (Red+Green+Blue) = 77+55+30=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D371E is #B2C8E1. Grayscale: #3A3A3A. Windows color (decimal): -11716834 or 1980237. OLE color: 1980237.
HSL color Cylindrical-coordinate representation of color #4D371E: hue angle of 31.91º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D371E is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 55 | 30 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.70 |
| HSL | 31.91º | 0.44% | 0.21% | - |
| HSV(B) | 31.91º | 0.61% | 0.3% | - |
| XYZ | 4.66 | 4.4 | 1.83 | - |
| YUV | 58.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 30 | 0 | 0.29 | 0.61 | 0.70 | 31.91 | 0.44 | 0.21 |
| Hex | 4D | 37 | 1E | 0 | 1D | 3D | 46 | 20 | 2C | 15 |
| Octal | 115 | 67 | 36 | 0 | 35 | 75 | 106 | 40 | 54 | 25 |
| Binary | 1001101 | 110111 | 11110 | 0 | 11101 | 111101 | 1000110 | 100000 | 101100 | 10101 |
Color Harmonies of #4D371E
Complementary color
Monochromatic Colors of #4D371E
Black with #4D371E
Text Example
Text Example
White with #4D371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D371E; }
p { color: rgb(77,55,30); }
H1.HeaderClassName
{
color: #4D371E;
}
.AnyTagClassName
{
color: #4D371E;
}
</style>
background-color css
<style>
a { background-color: #4D371E; }
a { background-color: rgb(77,55,30); }
div.DivClassName
{
background-color: #4D371E;
}
.BgClassName
{
background-color: #4D371E;
}
</style>
border-color css
<style>
span { border-color: #4D371E; }
span { border-color: rgb(77,55,30); }
td.TdClassName
{
border-color: #4D371E;
}
.TagClassName
{
border-color: #4D371E;
}
</style>