Shades of Clinker #482D0C
Tints of Clinker #482D0C
RGB
CMYK
RGB Variations
Color information
#482D0C (or 0x482D0C) is known color: Clinker. HEX triplet: 48, 2D and 0C. RGB value is (72,45,12). Sum of RGB (Red+Green+Blue) = 72+45+12=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D0C is #B7D2F3. Grayscale: #313131. Windows color (decimal): -12047092 or 798024. OLE color: 798024.
HSL color Cylindrical-coordinate representation of color #482D0C: hue angle of 33º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #482D0C is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 12 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.72 |
| HSL | 33º | 0.71% | 0.16% | - |
| HSV(B) | 33º | 0.83% | 0.28% | - |
| XYZ | 3.68 | 3.28 | 0.79 | - |
| YUV | 49.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 12 | 0 | 0.38 | 0.83 | 0.72 | 33 | 0.71 | 0.16 |
| Hex | 48 | 2D | C | 0 | 26 | 53 | 48 | 21 | 47 | 10 |
| Octal | 110 | 55 | 14 | 0 | 46 | 123 | 110 | 41 | 107 | 20 |
| Binary | 1001000 | 101101 | 1100 | 0 | 100110 | 1010011 | 1001000 | 100001 | 1000111 | 10000 |
Color Harmonies of #482D0C
Complementary color
Monochromatic Colors of #482D0C
Black with #482D0C
Text Example
Text Example
White with #482D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D0C; }
p { color: rgb(72,45,12); }
H1.HeaderClassName
{
color: #482D0C;
}
.AnyTagClassName
{
color: #482D0C;
}
</style>
background-color css
<style>
a { background-color: #482D0C; }
a { background-color: rgb(72,45,12); }
div.DivClassName
{
background-color: #482D0C;
}
.BgClassName
{
background-color: #482D0C;
}
</style>
border-color css
<style>
span { border-color: #482D0C; }
span { border-color: rgb(72,45,12); }
td.TdClassName
{
border-color: #482D0C;
}
.TagClassName
{
border-color: #482D0C;
}
</style>