Shades of Clinker #4D3D23
Tints of Clinker #4D3D23
RGB
CMYK
RGB Variations
Color information
#4D3D23 (or 0x4D3D23) is known color: Clinker. HEX triplet: 4D, 3D and 23. RGB value is (77,61,35). Sum of RGB (Red+Green+Blue) = 77+61+35=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3D23 is #B2C2DC. Grayscale: #3E3E3E. Windows color (decimal): -11715293 or 2309453. OLE color: 2309453.
HSL color Cylindrical-coordinate representation of color #4D3D23: hue angle of 37.14º 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 #4D3D23 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 61 | 35 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.70 |
| HSL | 37.14º | 0.38% | 0.22% | - |
| HSV(B) | 37.14º | 0.55% | 0.3% | - |
| XYZ | 5.03 | 5.04 | 2.3 | - |
| YUV | 62.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 35 | 0 | 0.21 | 0.55 | 0.70 | 37.14 | 0.38 | 0.22 |
| Hex | 4D | 3D | 23 | 0 | 15 | 37 | 46 | 25 | 26 | 16 |
| Octal | 115 | 75 | 43 | 0 | 25 | 67 | 106 | 45 | 46 | 26 |
| Binary | 1001101 | 111101 | 100011 | 0 | 10101 | 110111 | 1000110 | 100101 | 100110 | 10110 |
Color Harmonies of #4D3D23
Complementary color
Monochromatic Colors of #4D3D23
Black with #4D3D23
Text Example
Text Example
White with #4D3D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D23; }
p { color: rgb(77,61,35); }
H1.HeaderClassName
{
color: #4D3D23;
}
.AnyTagClassName
{
color: #4D3D23;
}
</style>
background-color css
<style>
a { background-color: #4D3D23; }
a { background-color: rgb(77,61,35); }
div.DivClassName
{
background-color: #4D3D23;
}
.BgClassName
{
background-color: #4D3D23;
}
</style>
border-color css
<style>
span { border-color: #4D3D23; }
span { border-color: rgb(77,61,35); }
td.TdClassName
{
border-color: #4D3D23;
}
.TagClassName
{
border-color: #4D3D23;
}
</style>