Shades of Clinker #482E06
Tints of Clinker #482E06
RGB
CMYK
RGB Variations
Color information
#482E06 (or 0x482E06) is known color: Clinker. HEX triplet: 48, 2E and 06. RGB value is (72,46,6). Sum of RGB (Red+Green+Blue) = 72+46+6=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #482E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E06 is #B7D1F9. Grayscale: #313131. Windows color (decimal): -12046842 or 405064. OLE color: 405064.
HSL color Cylindrical-coordinate representation of color #482E06: hue angle of 36.36º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #482E06 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 6 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.72 |
| HSL | 36.36º | 0.85% | 0.15% | - |
| HSV(B) | 36.36º | 0.92% | 0.28% | - |
| XYZ | 3.68 | 3.34 | 0.62 | - |
| YUV | 49.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 6 | 0 | 0.36 | 0.92 | 0.72 | 36.36 | 0.85 | 0.15 |
| Hex | 48 | 2E | 6 | 0 | 24 | 5C | 48 | 24 | 55 | F |
| Octal | 110 | 56 | 6 | 0 | 44 | 134 | 110 | 44 | 125 | 17 |
| Binary | 1001000 | 101110 | 110 | 0 | 100100 | 1011100 | 1001000 | 100100 | 1010101 | 1111 |
Color Harmonies of #482E06
Complementary color
Monochromatic Colors of #482E06
Black with #482E06
Text Example
Text Example
White with #482E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E06; }
p { color: rgb(72,46,6); }
H1.HeaderClassName
{
color: #482E06;
}
.AnyTagClassName
{
color: #482E06;
}
</style>
background-color css
<style>
a { background-color: #482E06; }
a { background-color: rgb(72,46,6); }
div.DivClassName
{
background-color: #482E06;
}
.BgClassName
{
background-color: #482E06;
}
</style>
border-color css
<style>
span { border-color: #482E06; }
span { border-color: rgb(72,46,6); }
td.TdClassName
{
border-color: #482E06;
}
.TagClassName
{
border-color: #482E06;
}
</style>