Shades of Clinker #482E12
Tints of Clinker #482E12
RGB
CMYK
RGB Variations
Color information
#482E12 (or 0x482E12) is known color: Clinker. HEX triplet: 48, 2E and 12. RGB value is (72,46,18). Sum of RGB (Red+Green+Blue) = 72+46+18=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #482E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E12 is #B7D1ED. Grayscale: #323232. Windows color (decimal): -12046830 or 1191496. OLE color: 1191496.
HSL color Cylindrical-coordinate representation of color #482E12: hue angle of 31.11º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482E12 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 18 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.72 |
| HSL | 31.11º | 0.6% | 0.18% | - |
| HSV(B) | 31.11º | 0.75% | 0.28% | - |
| XYZ | 3.76 | 3.38 | 1.03 | - |
| YUV | 50.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 18 | 0 | 0.36 | 0.75 | 0.72 | 31.11 | 0.6 | 0.18 |
| Hex | 48 | 2E | 12 | 0 | 24 | 4B | 48 | 1F | 3C | 12 |
| Octal | 110 | 56 | 22 | 0 | 44 | 113 | 110 | 37 | 74 | 22 |
| Binary | 1001000 | 101110 | 10010 | 0 | 100100 | 1001011 | 1001000 | 11111 | 111100 | 10010 |
Color Harmonies of #482E12
Complementary color
Monochromatic Colors of #482E12
Black with #482E12
Text Example
Text Example
White with #482E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E12; }
p { color: rgb(72,46,18); }
H1.HeaderClassName
{
color: #482E12;
}
.AnyTagClassName
{
color: #482E12;
}
</style>
background-color css
<style>
a { background-color: #482E12; }
a { background-color: rgb(72,46,18); }
div.DivClassName
{
background-color: #482E12;
}
.BgClassName
{
background-color: #482E12;
}
</style>
border-color css
<style>
span { border-color: #482E12; }
span { border-color: rgb(72,46,18); }
td.TdClassName
{
border-color: #482E12;
}
.TagClassName
{
border-color: #482E12;
}
</style>