Shades of Clinker #4D3720
Tints of Clinker #4D3720
RGB
CMYK
RGB Variations
Color information
#4D3720 (or 0x4D3720) is known color: Clinker. HEX triplet: 4D, 37 and 20. RGB value is (77,55,32). Sum of RGB (Red+Green+Blue) = 77+55+32=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3720 is #B2C8DF. Grayscale: #3B3B3B. Windows color (decimal): -11716832 or 2111309. OLE color: 2111309.
HSL color Cylindrical-coordinate representation of color #4D3720: hue angle of 30.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D3720 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 55 | 32 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.70 |
| HSL | 30.67º | 0.41% | 0.21% | - |
| HSV(B) | 30.67º | 0.58% | 0.3% | - |
| XYZ | 4.69 | 4.41 | 1.97 | - |
| YUV | 58.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 32 | 0 | 0.29 | 0.58 | 0.70 | 30.67 | 0.41 | 0.21 |
| Hex | 4D | 37 | 20 | 0 | 1D | 3A | 46 | 1F | 29 | 15 |
| Octal | 115 | 67 | 40 | 0 | 35 | 72 | 106 | 37 | 51 | 25 |
| Binary | 1001101 | 110111 | 100000 | 0 | 11101 | 111010 | 1000110 | 11111 | 101001 | 10101 |
Color Harmonies of #4D3720
Complementary color
Monochromatic Colors of #4D3720
Black with #4D3720
Text Example
Text Example
White with #4D3720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3720; }
p { color: rgb(77,55,32); }
H1.HeaderClassName
{
color: #4D3720;
}
.AnyTagClassName
{
color: #4D3720;
}
</style>
background-color css
<style>
a { background-color: #4D3720; }
a { background-color: rgb(77,55,32); }
div.DivClassName
{
background-color: #4D3720;
}
.BgClassName
{
background-color: #4D3720;
}
</style>
border-color css
<style>
span { border-color: #4D3720; }
span { border-color: rgb(77,55,32); }
td.TdClassName
{
border-color: #4D3720;
}
.TagClassName
{
border-color: #4D3720;
}
</style>