Shades of Clinker #483116
Tints of Clinker #483116
RGB
CMYK
RGB Variations
Color information
#483116 (or 0x483116) is known color: Clinker. HEX triplet: 48, 31 and 16. RGB value is (72,49,22). Sum of RGB (Red+Green+Blue) = 72+49+22=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #483116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483116 is #B7CEE9. Grayscale: #343434. Windows color (decimal): -12046058 or 1454408. OLE color: 1454408.
HSL color Cylindrical-coordinate representation of color #483116: hue angle of 32.4º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #483116 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 49 | 22 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.72 |
| HSL | 32.4º | 0.53% | 0.18% | - |
| HSV(B) | 32.4º | 0.69% | 0.28% | - |
| XYZ | 3.92 | 3.63 | 1.25 | - |
| YUV | 52.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 22 | 0 | 0.32 | 0.69 | 0.72 | 32.4 | 0.53 | 0.18 |
| Hex | 48 | 31 | 16 | 0 | 20 | 45 | 48 | 20 | 35 | 12 |
| Octal | 110 | 61 | 26 | 0 | 40 | 105 | 110 | 40 | 65 | 22 |
| Binary | 1001000 | 110001 | 10110 | 0 | 100000 | 1000101 | 1001000 | 100000 | 110101 | 10010 |
Color Harmonies of #483116
Complementary color
Monochromatic Colors of #483116
Black with #483116
Text Example
Text Example
White with #483116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483116; }
p { color: rgb(72,49,22); }
H1.HeaderClassName
{
color: #483116;
}
.AnyTagClassName
{
color: #483116;
}
</style>
background-color css
<style>
a { background-color: #483116; }
a { background-color: rgb(72,49,22); }
div.DivClassName
{
background-color: #483116;
}
.BgClassName
{
background-color: #483116;
}
</style>
border-color css
<style>
span { border-color: #483116; }
span { border-color: rgb(72,49,22); }
td.TdClassName
{
border-color: #483116;
}
.TagClassName
{
border-color: #483116;
}
</style>