Shades of Clinker #4D3615
Tints of Clinker #4D3615
RGB
CMYK
RGB Variations
Color information
#4D3615 (or 0x4D3615) is known color: Clinker. HEX triplet: 4D, 36 and 15. RGB value is (77,54,21). Sum of RGB (Red+Green+Blue) = 77+54+21=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3615 is #B2C9EA. Grayscale: #393939. Windows color (decimal): -11717099 or 1390157. OLE color: 1390157.
HSL color Cylindrical-coordinate representation of color #4D3615: hue angle of 35.36º 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 #4D3615 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 54 | 21 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.70 |
| HSL | 35.36º | 0.57% | 0.19% | - |
| HSV(B) | 35.36º | 0.73% | 0.3% | - |
| XYZ | 4.52 | 4.27 | 1.3 | - |
| YUV | 57.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 21 | 0 | 0.30 | 0.73 | 0.70 | 35.36 | 0.57 | 0.19 |
| Hex | 4D | 36 | 15 | 0 | 1E | 49 | 46 | 23 | 39 | 13 |
| Octal | 115 | 66 | 25 | 0 | 36 | 111 | 106 | 43 | 71 | 23 |
| Binary | 1001101 | 110110 | 10101 | 0 | 11110 | 1001001 | 1000110 | 100011 | 111001 | 10011 |
Color Harmonies of #4D3615
Complementary color
Monochromatic Colors of #4D3615
Black with #4D3615
Text Example
Text Example
White with #4D3615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3615; }
p { color: rgb(77,54,21); }
H1.HeaderClassName
{
color: #4D3615;
}
.AnyTagClassName
{
color: #4D3615;
}
</style>
background-color css
<style>
a { background-color: #4D3615; }
a { background-color: rgb(77,54,21); }
div.DivClassName
{
background-color: #4D3615;
}
.BgClassName
{
background-color: #4D3615;
}
</style>
border-color css
<style>
span { border-color: #4D3615; }
span { border-color: rgb(77,54,21); }
td.TdClassName
{
border-color: #4D3615;
}
.TagClassName
{
border-color: #4D3615;
}
</style>