Shades of Clinker #4D3619
Tints of Clinker #4D3619
RGB
CMYK
RGB Variations
Color information
#4D3619 (or 0x4D3619) is known color: Clinker. HEX triplet: 4D, 36 and 19. RGB value is (77,54,25). Sum of RGB (Red+Green+Blue) = 77+54+25=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3619 is #B2C9E6. Grayscale: #393939. Windows color (decimal): -11717095 or 1652301. OLE color: 1652301.
HSL color Cylindrical-coordinate representation of color #4D3619: hue angle of 33.46º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D3619 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 54 | 25 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.70 |
| HSL | 33.46º | 0.51% | 0.2% | - |
| HSV(B) | 33.46º | 0.68% | 0.3% | - |
| XYZ | 4.56 | 4.29 | 1.51 | - |
| YUV | 57.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 25 | 0 | 0.30 | 0.68 | 0.70 | 33.46 | 0.51 | 0.2 |
| Hex | 4D | 36 | 19 | 0 | 1E | 44 | 46 | 21 | 33 | 14 |
| Octal | 115 | 66 | 31 | 0 | 36 | 104 | 106 | 41 | 63 | 24 |
| Binary | 1001101 | 110110 | 11001 | 0 | 11110 | 1000100 | 1000110 | 100001 | 110011 | 10100 |
Color Harmonies of #4D3619
Complementary color
Monochromatic Colors of #4D3619
Black with #4D3619
Text Example
Text Example
White with #4D3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3619; }
p { color: rgb(77,54,25); }
H1.HeaderClassName
{
color: #4D3619;
}
.AnyTagClassName
{
color: #4D3619;
}
</style>
background-color css
<style>
a { background-color: #4D3619; }
a { background-color: rgb(77,54,25); }
div.DivClassName
{
background-color: #4D3619;
}
.BgClassName
{
background-color: #4D3619;
}
</style>
border-color css
<style>
span { border-color: #4D3619; }
span { border-color: rgb(77,54,25); }
td.TdClassName
{
border-color: #4D3619;
}
.TagClassName
{
border-color: #4D3619;
}
</style>