Shades of Clinker #4D350D
Tints of Clinker #4D350D
RGB
CMYK
RGB Variations
Color information
#4D350D (or 0x4D350D) is known color: Clinker. HEX triplet: 4D, 35 and 0D. RGB value is (77,53,13). Sum of RGB (Red+Green+Blue) = 77+53+13=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D350D is #B2CAF2. Grayscale: #373737. Windows color (decimal): -11717363 or 865613. OLE color: 865613.
HSL color Cylindrical-coordinate representation of color #4D350D: hue angle of 37.5º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D350D is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 53 | 13 | - |
CMYK | 0 | 0.31 | 0.83 | 0.70 |
HSL | 37.5º | 0.71% | 0.18% | - |
HSV(B) | 37.5º | 0.83% | 0.3% | - |
XYZ | 4.41 | 4.15 | 0.95 | - |
YUV | 55.62 | 103.95 | 143.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 53 | 13 | 0 | 0.31 | 0.83 | 0.70 | 37.5 | 0.71 | 0.18 |
Hex | 4D | 35 | D | 0 | 1F | 53 | 46 | 26 | 47 | 12 |
Octal | 115 | 65 | 15 | 0 | 37 | 123 | 106 | 46 | 107 | 22 |
Binary | 1001101 | 110101 | 1101 | 0 | 11111 | 1010011 | 1000110 | 100110 | 1000111 | 10010 |
Color Harmonies of #4D350D
Complementary color
Monochromatic Colors of #4D350D
Black with #4D350D
Text Example
Text Example
White with #4D350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D350D; }
p { color: rgb(77,53,13); }
H1.HeaderClassName
{
color: #4D350D;
}
.AnyTagClassName
{
color: #4D350D;
}
</style>
background-color css
<style>
a { background-color: #4D350D; }
a { background-color: rgb(77,53,13); }
div.DivClassName
{
background-color: #4D350D;
}
.BgClassName
{
background-color: #4D350D;
}
</style>
border-color css
<style>
span { border-color: #4D350D; }
span { border-color: rgb(77,53,13); }
td.TdClassName
{
border-color: #4D350D;
}
.TagClassName
{
border-color: #4D350D;
}
</style>