Shades of Clinker #482E07
Tints of Clinker #482E07
RGB
CMYK
RGB Variations
Color information
#482E07 (or 0x482E07) is known color: Clinker. HEX triplet: 48, 2E and 07. RGB value is (72,46,7). Sum of RGB (Red+Green+Blue) = 72+46+7=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #482E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E07 is #B7D1F8. Grayscale: #313131. Windows color (decimal): -12046841 or 470600. OLE color: 470600.
HSL color Cylindrical-coordinate representation of color #482E07: hue angle of 36º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #482E07 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 7 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.72 |
| HSL | 36º | 0.82% | 0.15% | - |
| HSV(B) | 36º | 0.9% | 0.28% | - |
| XYZ | 3.69 | 3.35 | 0.65 | - |
| YUV | 49.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 7 | 0 | 0.36 | 0.90 | 0.72 | 36 | 0.82 | 0.15 |
| Hex | 48 | 2E | 7 | 0 | 24 | 5A | 48 | 24 | 52 | F |
| Octal | 110 | 56 | 7 | 0 | 44 | 132 | 110 | 44 | 122 | 17 |
| Binary | 1001000 | 101110 | 111 | 0 | 100100 | 1011010 | 1001000 | 100100 | 1010010 | 1111 |
Color Harmonies of #482E07
Complementary color
Monochromatic Colors of #482E07
Black with #482E07
Text Example
Text Example
White with #482E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E07; }
p { color: rgb(72,46,7); }
H1.HeaderClassName
{
color: #482E07;
}
.AnyTagClassName
{
color: #482E07;
}
</style>
background-color css
<style>
a { background-color: #482E07; }
a { background-color: rgb(72,46,7); }
div.DivClassName
{
background-color: #482E07;
}
.BgClassName
{
background-color: #482E07;
}
</style>
border-color css
<style>
span { border-color: #482E07; }
span { border-color: rgb(72,46,7); }
td.TdClassName
{
border-color: #482E07;
}
.TagClassName
{
border-color: #482E07;
}
</style>