Shades of Clinker #482E13
Tints of Clinker #482E13
RGB
CMYK
RGB Variations
Color information
#482E13 (or 0x482E13) is known color: Clinker. HEX triplet: 48, 2E and 13. RGB value is (72,46,19). Sum of RGB (Red+Green+Blue) = 72+46+19=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #482E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E13 is #B7D1EC. Grayscale: #323232. Windows color (decimal): -12046829 or 1257032. OLE color: 1257032.
HSL color Cylindrical-coordinate representation of color #482E13: hue angle of 30.57º 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 #482E13 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 19 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.72 |
| HSL | 30.57º | 0.58% | 0.18% | - |
| HSV(B) | 30.57º | 0.74% | 0.28% | - |
| XYZ | 3.77 | 3.38 | 1.07 | - |
| YUV | 50.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 19 | 0 | 0.36 | 0.74 | 0.72 | 30.57 | 0.58 | 0.18 |
| Hex | 48 | 2E | 13 | 0 | 24 | 4A | 48 | 1F | 3A | 12 |
| Octal | 110 | 56 | 23 | 0 | 44 | 112 | 110 | 37 | 72 | 22 |
| Binary | 1001000 | 101110 | 10011 | 0 | 100100 | 1001010 | 1001000 | 11111 | 111010 | 10010 |
Color Harmonies of #482E13
Complementary color
Monochromatic Colors of #482E13
Black with #482E13
Text Example
Text Example
White with #482E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E13; }
p { color: rgb(72,46,19); }
H1.HeaderClassName
{
color: #482E13;
}
.AnyTagClassName
{
color: #482E13;
}
</style>
background-color css
<style>
a { background-color: #482E13; }
a { background-color: rgb(72,46,19); }
div.DivClassName
{
background-color: #482E13;
}
.BgClassName
{
background-color: #482E13;
}
</style>
border-color css
<style>
span { border-color: #482E13; }
span { border-color: rgb(72,46,19); }
td.TdClassName
{
border-color: #482E13;
}
.TagClassName
{
border-color: #482E13;
}
</style>