Shades of Clinker #4D3824
Tints of Clinker #4D3824
RGB
CMYK
RGB Variations
Color information
#4D3824 (or 0x4D3824) is known color: Clinker. HEX triplet: 4D, 38 and 24. RGB value is (77,56,36). Sum of RGB (Red+Green+Blue) = 77+56+36=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3824 is #B2C7DB. Grayscale: #3C3C3C. Windows color (decimal): -11716572 or 2373709. OLE color: 2373709.
HSL color Cylindrical-coordinate representation of color #4D3824: hue angle of 29.27º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D3824 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 36 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.70 |
| HSL | 29.27º | 0.36% | 0.22% | - |
| HSV(B) | 29.27º | 0.53% | 0.3% | - |
| XYZ | 4.79 | 4.53 | 2.29 | - |
| YUV | 60 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 36 | 0 | 0.27 | 0.53 | 0.70 | 29.27 | 0.36 | 0.22 |
| Hex | 4D | 38 | 24 | 0 | 1B | 35 | 46 | 1D | 24 | 16 |
| Octal | 115 | 70 | 44 | 0 | 33 | 65 | 106 | 35 | 44 | 26 |
| Binary | 1001101 | 111000 | 100100 | 0 | 11011 | 110101 | 1000110 | 11101 | 100100 | 10110 |
Color Harmonies of #4D3824
Complementary color
Monochromatic Colors of #4D3824
Black with #4D3824
Text Example
Text Example
White with #4D3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3824; }
p { color: rgb(77,56,36); }
H1.HeaderClassName
{
color: #4D3824;
}
.AnyTagClassName
{
color: #4D3824;
}
</style>
background-color css
<style>
a { background-color: #4D3824; }
a { background-color: rgb(77,56,36); }
div.DivClassName
{
background-color: #4D3824;
}
.BgClassName
{
background-color: #4D3824;
}
</style>
border-color css
<style>
span { border-color: #4D3824; }
span { border-color: rgb(77,56,36); }
td.TdClassName
{
border-color: #4D3824;
}
.TagClassName
{
border-color: #4D3824;
}
</style>