Shades of Clinker #482E15
Tints of Clinker #482E15
RGB
CMYK
RGB Variations
Color information
#482E15 (or 0x482E15) is known color: Clinker. HEX triplet: 48, 2E and 15. RGB value is (72,46,21). Sum of RGB (Red+Green+Blue) = 72+46+21=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #482E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E15 is #B7D1EA. Grayscale: #333333. Windows color (decimal): -12046827 or 1388104. OLE color: 1388104.
HSL color Cylindrical-coordinate representation of color #482E15: hue angle of 29.41º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482E15 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 21 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.72 |
| HSL | 29.41º | 0.55% | 0.18% | - |
| HSV(B) | 29.41º | 0.71% | 0.28% | - |
| XYZ | 3.78 | 3.39 | 1.16 | - |
| YUV | 50.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 21 | 0 | 0.36 | 0.71 | 0.72 | 29.41 | 0.55 | 0.18 |
| Hex | 48 | 2E | 15 | 0 | 24 | 47 | 48 | 1D | 37 | 12 |
| Octal | 110 | 56 | 25 | 0 | 44 | 107 | 110 | 35 | 67 | 22 |
| Binary | 1001000 | 101110 | 10101 | 0 | 100100 | 1000111 | 1001000 | 11101 | 110111 | 10010 |
Color Harmonies of #482E15
Complementary color
Monochromatic Colors of #482E15
Black with #482E15
Text Example
Text Example
White with #482E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E15; }
p { color: rgb(72,46,21); }
H1.HeaderClassName
{
color: #482E15;
}
.AnyTagClassName
{
color: #482E15;
}
</style>
background-color css
<style>
a { background-color: #482E15; }
a { background-color: rgb(72,46,21); }
div.DivClassName
{
background-color: #482E15;
}
.BgClassName
{
background-color: #482E15;
}
</style>
border-color css
<style>
span { border-color: #482E15; }
span { border-color: rgb(72,46,21); }
td.TdClassName
{
border-color: #482E15;
}
.TagClassName
{
border-color: #482E15;
}
</style>