Shades of Clinker #4D3B23
Tints of Clinker #4D3B23
RGB
CMYK
RGB Variations
Color information
#4D3B23 (or 0x4D3B23) is known color: Clinker. HEX triplet: 4D, 3B and 23. RGB value is (77,59,35). Sum of RGB (Red+Green+Blue) = 77+59+35=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3B23 is #B2C4DC. Grayscale: #3D3D3D. Windows color (decimal): -11715805 or 2308941. OLE color: 2308941.
HSL color Cylindrical-coordinate representation of color #4D3B23: hue angle of 34.29º 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 #4D3B23 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 59 | 35 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.70 |
| HSL | 34.29º | 0.38% | 0.22% | - |
| HSV(B) | 34.29º | 0.55% | 0.3% | - |
| XYZ | 4.93 | 4.83 | 2.26 | - |
| YUV | 61.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 35 | 0 | 0.23 | 0.55 | 0.70 | 34.29 | 0.38 | 0.22 |
| Hex | 4D | 3B | 23 | 0 | 17 | 37 | 46 | 22 | 26 | 16 |
| Octal | 115 | 73 | 43 | 0 | 27 | 67 | 106 | 42 | 46 | 26 |
| Binary | 1001101 | 111011 | 100011 | 0 | 10111 | 110111 | 1000110 | 100010 | 100110 | 10110 |
Color Harmonies of #4D3B23
Complementary color
Monochromatic Colors of #4D3B23
Black with #4D3B23
Text Example
Text Example
White with #4D3B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3B23; }
p { color: rgb(77,59,35); }
H1.HeaderClassName
{
color: #4D3B23;
}
.AnyTagClassName
{
color: #4D3B23;
}
</style>
background-color css
<style>
a { background-color: #4D3B23; }
a { background-color: rgb(77,59,35); }
div.DivClassName
{
background-color: #4D3B23;
}
.BgClassName
{
background-color: #4D3B23;
}
</style>
border-color css
<style>
span { border-color: #4D3B23; }
span { border-color: rgb(77,59,35); }
td.TdClassName
{
border-color: #4D3B23;
}
.TagClassName
{
border-color: #4D3B23;
}
</style>