Shades of Clinker #482F13
Tints of Clinker #482F13
RGB
CMYK
RGB Variations
Color information
#482F13 (or 0x482F13) is known color: Clinker. HEX triplet: 48, 2F and 13. RGB value is (72,47,19). Sum of RGB (Red+Green+Blue) = 72+47+19=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #482F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F13 is #B7D0EC. Grayscale: #333333. Windows color (decimal): -12046573 or 1257288. OLE color: 1257288.
HSL color Cylindrical-coordinate representation of color #482F13: hue angle of 31.7º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482F13 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 19 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.72 |
| HSL | 31.7º | 0.58% | 0.18% | - |
| HSV(B) | 31.7º | 0.74% | 0.28% | - |
| XYZ | 3.81 | 3.46 | 1.08 | - |
| YUV | 51.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 19 | 0 | 0.35 | 0.74 | 0.72 | 31.7 | 0.58 | 0.18 |
| Hex | 48 | 2F | 13 | 0 | 23 | 4A | 48 | 20 | 3A | 12 |
| Octal | 110 | 57 | 23 | 0 | 43 | 112 | 110 | 40 | 72 | 22 |
| Binary | 1001000 | 101111 | 10011 | 0 | 100011 | 1001010 | 1001000 | 100000 | 111010 | 10010 |
Color Harmonies of #482F13
Complementary color
Monochromatic Colors of #482F13
Black with #482F13
Text Example
Text Example
White with #482F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F13; }
p { color: rgb(72,47,19); }
H1.HeaderClassName
{
color: #482F13;
}
.AnyTagClassName
{
color: #482F13;
}
</style>
background-color css
<style>
a { background-color: #482F13; }
a { background-color: rgb(72,47,19); }
div.DivClassName
{
background-color: #482F13;
}
.BgClassName
{
background-color: #482F13;
}
</style>
border-color css
<style>
span { border-color: #482F13; }
span { border-color: rgb(72,47,19); }
td.TdClassName
{
border-color: #482F13;
}
.TagClassName
{
border-color: #482F13;
}
</style>