Shades of Clinker #483420
Tints of Clinker #483420
RGB
CMYK
RGB Variations
Color information
#483420 (or 0x483420) is known color: Clinker. HEX triplet: 48, 34 and 20. RGB value is (72,52,32). Sum of RGB (Red+Green+Blue) = 72+52+32=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #483420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483420 is #B7CBDF. Grayscale: #373737. Windows color (decimal): -12045280 or 2110536. OLE color: 2110536.
HSL color Cylindrical-coordinate representation of color #483420: hue angle of 30º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #483420 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 52 | 32 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.72 |
| HSL | 30º | 0.38% | 0.2% | - |
| HSV(B) | 30º | 0.56% | 0.28% | - |
| XYZ | 4.16 | 3.94 | 1.91 | - |
| YUV | 55.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 32 | 0 | 0.28 | 0.56 | 0.72 | 30 | 0.38 | 0.2 |
| Hex | 48 | 34 | 20 | 0 | 1C | 38 | 48 | 1E | 26 | 14 |
| Octal | 110 | 64 | 40 | 0 | 34 | 70 | 110 | 36 | 46 | 24 |
| Binary | 1001000 | 110100 | 100000 | 0 | 11100 | 111000 | 1001000 | 11110 | 100110 | 10100 |
Color Harmonies of #483420
Complementary color
Monochromatic Colors of #483420
Black with #483420
Text Example
Text Example
White with #483420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483420; }
p { color: rgb(72,52,32); }
H1.HeaderClassName
{
color: #483420;
}
.AnyTagClassName
{
color: #483420;
}
</style>
background-color css
<style>
a { background-color: #483420; }
a { background-color: rgb(72,52,32); }
div.DivClassName
{
background-color: #483420;
}
.BgClassName
{
background-color: #483420;
}
</style>
border-color css
<style>
span { border-color: #483420; }
span { border-color: rgb(72,52,32); }
td.TdClassName
{
border-color: #483420;
}
.TagClassName
{
border-color: #483420;
}
</style>