Shades of Clinker #483112
Tints of Clinker #483112
RGB
CMYK
RGB Variations
Color information
#483112 (or 0x483112) is known color: Clinker. HEX triplet: 48, 31 and 12. RGB value is (72,49,18). Sum of RGB (Red+Green+Blue) = 72+49+18=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #483112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483112 is #B7CEED. Grayscale: #343434. Windows color (decimal): -12046062 or 1192264. OLE color: 1192264.
HSL color Cylindrical-coordinate representation of color #483112: hue angle of 34.44º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #483112 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 49 | 18 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.72 |
| HSL | 34.44º | 0.6% | 0.18% | - |
| HSV(B) | 34.44º | 0.75% | 0.28% | - |
| XYZ | 3.88 | 3.62 | 1.07 | - |
| YUV | 52.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 18 | 0 | 0.32 | 0.75 | 0.72 | 34.44 | 0.6 | 0.18 |
| Hex | 48 | 31 | 12 | 0 | 20 | 4B | 48 | 22 | 3C | 12 |
| Octal | 110 | 61 | 22 | 0 | 40 | 113 | 110 | 42 | 74 | 22 |
| Binary | 1001000 | 110001 | 10010 | 0 | 100000 | 1001011 | 1001000 | 100010 | 111100 | 10010 |
Color Harmonies of #483112
Complementary color
Monochromatic Colors of #483112
Black with #483112
Text Example
Text Example
White with #483112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483112; }
p { color: rgb(72,49,18); }
H1.HeaderClassName
{
color: #483112;
}
.AnyTagClassName
{
color: #483112;
}
</style>
background-color css
<style>
a { background-color: #483112; }
a { background-color: rgb(72,49,18); }
div.DivClassName
{
background-color: #483112;
}
.BgClassName
{
background-color: #483112;
}
</style>
border-color css
<style>
span { border-color: #483112; }
span { border-color: rgb(72,49,18); }
td.TdClassName
{
border-color: #483112;
}
.TagClassName
{
border-color: #483112;
}
</style>