Shades of Clinker #482E08
Tints of Clinker #482E08
RGB
CMYK
RGB Variations
Color information
#482E08 (or 0x482E08) is known color: Clinker. HEX triplet: 48, 2E and 08. RGB value is (72,46,8). Sum of RGB (Red+Green+Blue) = 72+46+8=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E08 is #B7D1F7. Grayscale: #313131. Windows color (decimal): -12046840 or 536136. OLE color: 536136.
HSL color Cylindrical-coordinate representation of color #482E08: hue angle of 35.62º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #482E08 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 8 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.72 |
| HSL | 35.63º | 0.8% | 0.16% | - |
| HSV(B) | 35.63º | 0.89% | 0.28% | - |
| XYZ | 3.69 | 3.35 | 0.68 | - |
| YUV | 49.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 8 | 0 | 0.36 | 0.89 | 0.72 | 35.63 | 0.8 | 0.16 |
| Hex | 48 | 2E | 8 | 0 | 24 | 59 | 48 | 24 | 50 | 10 |
| Octal | 110 | 56 | 10 | 0 | 44 | 131 | 110 | 44 | 120 | 20 |
| Binary | 1001000 | 101110 | 1000 | 0 | 100100 | 1011001 | 1001000 | 100100 | 1010000 | 10000 |
Color Harmonies of #482E08
Complementary color
Monochromatic Colors of #482E08
Black with #482E08
Text Example
Text Example
White with #482E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E08; }
p { color: rgb(72,46,8); }
H1.HeaderClassName
{
color: #482E08;
}
.AnyTagClassName
{
color: #482E08;
}
</style>
background-color css
<style>
a { background-color: #482E08; }
a { background-color: rgb(72,46,8); }
div.DivClassName
{
background-color: #482E08;
}
.BgClassName
{
background-color: #482E08;
}
</style>
border-color css
<style>
span { border-color: #482E08; }
span { border-color: rgb(72,46,8); }
td.TdClassName
{
border-color: #482E08;
}
.TagClassName
{
border-color: #482E08;
}
</style>