Shades of Clinker #4D3A23
Tints of Clinker #4D3A23
RGB
CMYK
RGB Variations
Color information
#4D3A23 (or 0x4D3A23) is known color: Clinker. HEX triplet: 4D, 3A and 23. RGB value is (77,58,35). Sum of RGB (Red+Green+Blue) = 77+58+35=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3A23 is #B2C5DC. Grayscale: #3D3D3D. Windows color (decimal): -11716061 or 2308685. OLE color: 2308685.
HSL color Cylindrical-coordinate representation of color #4D3A23: hue angle of 32.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D3A23 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 58 | 35 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.70 |
| HSL | 32.86º | 0.38% | 0.22% | - |
| HSV(B) | 32.86º | 0.55% | 0.3% | - |
| XYZ | 4.88 | 4.73 | 2.25 | - |
| YUV | 61.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 35 | 0 | 0.25 | 0.55 | 0.70 | 32.86 | 0.38 | 0.22 |
| Hex | 4D | 3A | 23 | 0 | 19 | 37 | 46 | 21 | 26 | 16 |
| Octal | 115 | 72 | 43 | 0 | 31 | 67 | 106 | 41 | 46 | 26 |
| Binary | 1001101 | 111010 | 100011 | 0 | 11001 | 110111 | 1000110 | 100001 | 100110 | 10110 |
Color Harmonies of #4D3A23
Complementary color
Monochromatic Colors of #4D3A23
Black with #4D3A23
Text Example
Text Example
White with #4D3A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3A23; }
p { color: rgb(77,58,35); }
H1.HeaderClassName
{
color: #4D3A23;
}
.AnyTagClassName
{
color: #4D3A23;
}
</style>
background-color css
<style>
a { background-color: #4D3A23; }
a { background-color: rgb(77,58,35); }
div.DivClassName
{
background-color: #4D3A23;
}
.BgClassName
{
background-color: #4D3A23;
}
</style>
border-color css
<style>
span { border-color: #4D3A23; }
span { border-color: rgb(77,58,35); }
td.TdClassName
{
border-color: #4D3A23;
}
.TagClassName
{
border-color: #4D3A23;
}
</style>