Shades of Clinker #4D3A26
Tints of Clinker #4D3A26
RGB
CMYK
RGB Variations
Color information
#4D3A26 (or 0x4D3A26) is known color: Clinker. HEX triplet: 4D, 3A and 26. RGB value is (77,58,38). Sum of RGB (Red+Green+Blue) = 77+58+38=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3A26 is #B2C5D9. Grayscale: #3D3D3D. Windows color (decimal): -11716058 or 2505293. OLE color: 2505293.
HSL color Cylindrical-coordinate representation of color #4D3A26: hue angle of 30.77º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D3A26 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 58 | 38 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.70 |
| HSL | 30.77º | 0.34% | 0.23% | - |
| HSV(B) | 30.77º | 0.51% | 0.3% | - |
| XYZ | 4.92 | 4.74 | 2.49 | - |
| YUV | 61.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 38 | 0 | 0.25 | 0.51 | 0.70 | 30.77 | 0.34 | 0.23 |
| Hex | 4D | 3A | 26 | 0 | 19 | 33 | 46 | 1F | 22 | 17 |
| Octal | 115 | 72 | 46 | 0 | 31 | 63 | 106 | 37 | 42 | 27 |
| Binary | 1001101 | 111010 | 100110 | 0 | 11001 | 110011 | 1000110 | 11111 | 100010 | 10111 |
Color Harmonies of #4D3A26
Complementary color
Monochromatic Colors of #4D3A26
Black with #4D3A26
Text Example
Text Example
White with #4D3A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3A26; }
p { color: rgb(77,58,38); }
H1.HeaderClassName
{
color: #4D3A26;
}
.AnyTagClassName
{
color: #4D3A26;
}
</style>
background-color css
<style>
a { background-color: #4D3A26; }
a { background-color: rgb(77,58,38); }
div.DivClassName
{
background-color: #4D3A26;
}
.BgClassName
{
background-color: #4D3A26;
}
</style>
border-color css
<style>
span { border-color: #4D3A26; }
span { border-color: rgb(77,58,38); }
td.TdClassName
{
border-color: #4D3A26;
}
.TagClassName
{
border-color: #4D3A26;
}
</style>