Shades of Clinker #483110
Tints of Clinker #483110
RGB
CMYK
RGB Variations
Color information
#483110 (or 0x483110) is known color: Clinker. HEX triplet: 48, 31 and 10. RGB value is (72,49,16). Sum of RGB (Red+Green+Blue) = 72+49+16=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #483110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483110 is #B7CEEF. Grayscale: #343434. Windows color (decimal): -12046064 or 1061192. OLE color: 1061192.
HSL color Cylindrical-coordinate representation of color #483110: hue angle of 35.36º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #483110 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 49 | 16 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.72 |
| HSL | 35.36º | 0.64% | 0.17% | - |
| HSV(B) | 35.36º | 0.78% | 0.28% | - |
| XYZ | 3.86 | 3.61 | 0.98 | - |
| YUV | 52.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 16 | 0 | 0.32 | 0.78 | 0.72 | 35.36 | 0.64 | 0.17 |
| Hex | 48 | 31 | 10 | 0 | 20 | 4E | 48 | 23 | 40 | 11 |
| Octal | 110 | 61 | 20 | 0 | 40 | 116 | 110 | 43 | 100 | 21 |
| Binary | 1001000 | 110001 | 10000 | 0 | 100000 | 1001110 | 1001000 | 100011 | 1000000 | 10001 |
Color Harmonies of #483110
Complementary color
Monochromatic Colors of #483110
Black with #483110
Text Example
Text Example
White with #483110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483110; }
p { color: rgb(72,49,16); }
H1.HeaderClassName
{
color: #483110;
}
.AnyTagClassName
{
color: #483110;
}
</style>
background-color css
<style>
a { background-color: #483110; }
a { background-color: rgb(72,49,16); }
div.DivClassName
{
background-color: #483110;
}
.BgClassName
{
background-color: #483110;
}
</style>
border-color css
<style>
span { border-color: #483110; }
span { border-color: rgb(72,49,16); }
td.TdClassName
{
border-color: #483110;
}
.TagClassName
{
border-color: #483110;
}
</style>