Shades of Clinker #4D3721
Tints of Clinker #4D3721
RGB
CMYK
RGB Variations
Color information
#4D3721 (or 0x4D3721) is known color: Clinker. HEX triplet: 4D, 37 and 21. RGB value is (77,55,33). Sum of RGB (Red+Green+Blue) = 77+55+33=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3721 is #B2C8DE. Grayscale: #3B3B3B. Windows color (decimal): -11716831 or 2176845. OLE color: 2176845.
HSL color Cylindrical-coordinate representation of color #4D3721: hue angle of 30º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D3721 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 55 | 33 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.70 |
| HSL | 30º | 0.4% | 0.22% | - |
| HSV(B) | 30º | 0.57% | 0.3% | - |
| XYZ | 4.7 | 4.42 | 2.04 | - |
| YUV | 59.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 33 | 0 | 0.29 | 0.57 | 0.70 | 30 | 0.4 | 0.22 |
| Hex | 4D | 37 | 21 | 0 | 1D | 39 | 46 | 1E | 28 | 16 |
| Octal | 115 | 67 | 41 | 0 | 35 | 71 | 106 | 36 | 50 | 26 |
| Binary | 1001101 | 110111 | 100001 | 0 | 11101 | 111001 | 1000110 | 11110 | 101000 | 10110 |
Color Harmonies of #4D3721
Complementary color
Monochromatic Colors of #4D3721
Black with #4D3721
Text Example
Text Example
White with #4D3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3721; }
p { color: rgb(77,55,33); }
H1.HeaderClassName
{
color: #4D3721;
}
.AnyTagClassName
{
color: #4D3721;
}
</style>
background-color css
<style>
a { background-color: #4D3721; }
a { background-color: rgb(77,55,33); }
div.DivClassName
{
background-color: #4D3721;
}
.BgClassName
{
background-color: #4D3721;
}
</style>
border-color css
<style>
span { border-color: #4D3721; }
span { border-color: rgb(77,55,33); }
td.TdClassName
{
border-color: #4D3721;
}
.TagClassName
{
border-color: #4D3721;
}
</style>