Shades of Clinker #4D340C
Tints of Clinker #4D340C
RGB
CMYK
RGB Variations
Color information
#4D340C (or 0x4D340C) is known color: Clinker. HEX triplet: 4D, 34 and 0C. RGB value is (77,52,12). Sum of RGB (Red+Green+Blue) = 77+52+12=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D340C is #B2CBF3. Grayscale: #373737. Windows color (decimal): -11717620 or 799821. OLE color: 799821.
HSL color Cylindrical-coordinate representation of color #4D340C: hue angle of 36.92º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D340C is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 52 | 12 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.70 |
| HSL | 36.92º | 0.73% | 0.17% | - |
| HSV(B) | 36.92º | 0.84% | 0.3% | - |
| XYZ | 4.35 | 4.06 | 0.9 | - |
| YUV | 54.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 12 | 0 | 0.32 | 0.84 | 0.70 | 36.92 | 0.73 | 0.17 |
| Hex | 4D | 34 | C | 0 | 20 | 54 | 46 | 25 | 49 | 11 |
| Octal | 115 | 64 | 14 | 0 | 40 | 124 | 106 | 45 | 111 | 21 |
| Binary | 1001101 | 110100 | 1100 | 0 | 100000 | 1010100 | 1000110 | 100101 | 1001001 | 10001 |
Color Harmonies of #4D340C
Complementary color
Monochromatic Colors of #4D340C
Black with #4D340C
Text Example
Text Example
White with #4D340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D340C; }
p { color: rgb(77,52,12); }
H1.HeaderClassName
{
color: #4D340C;
}
.AnyTagClassName
{
color: #4D340C;
}
</style>
background-color css
<style>
a { background-color: #4D340C; }
a { background-color: rgb(77,52,12); }
div.DivClassName
{
background-color: #4D340C;
}
.BgClassName
{
background-color: #4D340C;
}
</style>
border-color css
<style>
span { border-color: #4D340C; }
span { border-color: rgb(77,52,12); }
td.TdClassName
{
border-color: #4D340C;
}
.TagClassName
{
border-color: #4D340C;
}
</style>