Shades of Clinker #483111
Tints of Clinker #483111
RGB
CMYK
RGB Variations
Color information
#483111 (or 0x483111) is known color: Clinker. HEX triplet: 48, 31 and 11. RGB value is (72,49,17). Sum of RGB (Red+Green+Blue) = 72+49+17=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #483111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483111 is #B7CEEE. Grayscale: #343434. Windows color (decimal): -12046063 or 1126728. OLE color: 1126728.
HSL color Cylindrical-coordinate representation of color #483111: hue angle of 34.91º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #483111 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 49 | 17 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.72 |
| HSL | 34.91º | 0.62% | 0.17% | - |
| HSV(B) | 34.91º | 0.76% | 0.28% | - |
| XYZ | 3.87 | 3.61 | 1.02 | - |
| YUV | 52.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 17 | 0 | 0.32 | 0.76 | 0.72 | 34.91 | 0.62 | 0.17 |
| Hex | 48 | 31 | 11 | 0 | 20 | 4C | 48 | 23 | 3E | 11 |
| Octal | 110 | 61 | 21 | 0 | 40 | 114 | 110 | 43 | 76 | 21 |
| Binary | 1001000 | 110001 | 10001 | 0 | 100000 | 1001100 | 1001000 | 100011 | 111110 | 10001 |
Color Harmonies of #483111
Complementary color
Monochromatic Colors of #483111
Black with #483111
Text Example
Text Example
White with #483111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483111; }
p { color: rgb(72,49,17); }
H1.HeaderClassName
{
color: #483111;
}
.AnyTagClassName
{
color: #483111;
}
</style>
background-color css
<style>
a { background-color: #483111; }
a { background-color: rgb(72,49,17); }
div.DivClassName
{
background-color: #483111;
}
.BgClassName
{
background-color: #483111;
}
</style>
border-color css
<style>
span { border-color: #483111; }
span { border-color: rgb(72,49,17); }
td.TdClassName
{
border-color: #483111;
}
.TagClassName
{
border-color: #483111;
}
</style>