Shades of Clinker #4D3515
Tints of Clinker #4D3515
RGB
CMYK
RGB Variations
Color information
#4D3515 (or 0x4D3515) is known color: Clinker. HEX triplet: 4D, 35 and 15. RGB value is (77,53,21). Sum of RGB (Red+Green+Blue) = 77+53+21=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3515 is #B2CAEA. Grayscale: #383838. Windows color (decimal): -11717355 or 1389901. OLE color: 1389901.
HSL color Cylindrical-coordinate representation of color #4D3515: hue angle of 34.29º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D3515 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 53 | 21 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.70 |
| HSL | 34.29º | 0.57% | 0.19% | - |
| HSV(B) | 34.29º | 0.73% | 0.3% | - |
| XYZ | 4.47 | 4.18 | 1.28 | - |
| YUV | 56.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 21 | 0 | 0.31 | 0.73 | 0.70 | 34.29 | 0.57 | 0.19 |
| Hex | 4D | 35 | 15 | 0 | 1F | 49 | 46 | 22 | 39 | 13 |
| Octal | 115 | 65 | 25 | 0 | 37 | 111 | 106 | 42 | 71 | 23 |
| Binary | 1001101 | 110101 | 10101 | 0 | 11111 | 1001001 | 1000110 | 100010 | 111001 | 10011 |
Color Harmonies of #4D3515
Complementary color
Monochromatic Colors of #4D3515
Black with #4D3515
Text Example
Text Example
White with #4D3515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3515; }
p { color: rgb(77,53,21); }
H1.HeaderClassName
{
color: #4D3515;
}
.AnyTagClassName
{
color: #4D3515;
}
</style>
background-color css
<style>
a { background-color: #4D3515; }
a { background-color: rgb(77,53,21); }
div.DivClassName
{
background-color: #4D3515;
}
.BgClassName
{
background-color: #4D3515;
}
</style>
border-color css
<style>
span { border-color: #4D3515; }
span { border-color: rgb(77,53,21); }
td.TdClassName
{
border-color: #4D3515;
}
.TagClassName
{
border-color: #4D3515;
}
</style>