Shades of Clinker #482F14
Tints of Clinker #482F14
RGB
CMYK
RGB Variations
Color information
#482F14 (or 0x482F14) is known color: Clinker. HEX triplet: 48, 2F and 14. RGB value is (72,47,20). Sum of RGB (Red+Green+Blue) = 72+47+20=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #482F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F14 is #B7D0EB. Grayscale: #333333. Windows color (decimal): -12046572 or 1322824. OLE color: 1322824.
HSL color Cylindrical-coordinate representation of color #482F14: hue angle of 31.15º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482F14 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 20 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.72 |
| HSL | 31.15º | 0.57% | 0.18% | - |
| HSV(B) | 31.15º | 0.72% | 0.28% | - |
| XYZ | 3.82 | 3.46 | 1.13 | - |
| YUV | 51.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 20 | 0 | 0.35 | 0.72 | 0.72 | 31.15 | 0.57 | 0.18 |
| Hex | 48 | 2F | 14 | 0 | 23 | 48 | 48 | 1F | 39 | 12 |
| Octal | 110 | 57 | 24 | 0 | 43 | 110 | 110 | 37 | 71 | 22 |
| Binary | 1001000 | 101111 | 10100 | 0 | 100011 | 1001000 | 1001000 | 11111 | 111001 | 10010 |
Color Harmonies of #482F14
Complementary color
Monochromatic Colors of #482F14
Black with #482F14
Text Example
Text Example
White with #482F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F14; }
p { color: rgb(72,47,20); }
H1.HeaderClassName
{
color: #482F14;
}
.AnyTagClassName
{
color: #482F14;
}
</style>
background-color css
<style>
a { background-color: #482F14; }
a { background-color: rgb(72,47,20); }
div.DivClassName
{
background-color: #482F14;
}
.BgClassName
{
background-color: #482F14;
}
</style>
border-color css
<style>
span { border-color: #482F14; }
span { border-color: rgb(72,47,20); }
td.TdClassName
{
border-color: #482F14;
}
.TagClassName
{
border-color: #482F14;
}
</style>