Shades of Clinker #4D340A
Tints of Clinker #4D340A
RGB
CMYK
RGB Variations
Color information
#4D340A (or 0x4D340A) is known color: Clinker. HEX triplet: 4D, 34 and 0A. RGB value is (77,52,10). Sum of RGB (Red+Green+Blue) = 77+52+10=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D340A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D340A is #B2CBF5. Grayscale: #363636. Windows color (decimal): -11717622 or 668749. OLE color: 668749.
HSL color Cylindrical-coordinate representation of color #4D340A: hue angle of 37.61º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D340A is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 52 | 10 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.70 |
| HSL | 37.61º | 0.77% | 0.17% | - |
| HSV(B) | 37.61º | 0.87% | 0.3% | - |
| XYZ | 4.34 | 4.06 | 0.84 | - |
| YUV | 54.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 10 | 0 | 0.32 | 0.87 | 0.70 | 37.61 | 0.77 | 0.17 |
| Hex | 4D | 34 | A | 0 | 20 | 57 | 46 | 26 | 4D | 11 |
| Octal | 115 | 64 | 12 | 0 | 40 | 127 | 106 | 46 | 115 | 21 |
| Binary | 1001101 | 110100 | 1010 | 0 | 100000 | 1010111 | 1000110 | 100110 | 1001101 | 10001 |
Color Harmonies of #4D340A
Complementary color
Monochromatic Colors of #4D340A
Black with #4D340A
Text Example
Text Example
White with #4D340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D340A; }
p { color: rgb(77,52,10); }
H1.HeaderClassName
{
color: #4D340A;
}
.AnyTagClassName
{
color: #4D340A;
}
</style>
background-color css
<style>
a { background-color: #4D340A; }
a { background-color: rgb(77,52,10); }
div.DivClassName
{
background-color: #4D340A;
}
.BgClassName
{
background-color: #4D340A;
}
</style>
border-color css
<style>
span { border-color: #4D340A; }
span { border-color: rgb(77,52,10); }
td.TdClassName
{
border-color: #4D340A;
}
.TagClassName
{
border-color: #4D340A;
}
</style>