Shades of Clinker #482F0C
Tints of Clinker #482F0C
RGB
CMYK
RGB Variations
Color information
#482F0C (or 0x482F0C) is known color: Clinker. HEX triplet: 48, 2F and 0C. RGB value is (72,47,12). Sum of RGB (Red+Green+Blue) = 72+47+12=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F0C is #B7D0F3. Grayscale: #323232. Windows color (decimal): -12046580 or 798536. OLE color: 798536.
HSL color Cylindrical-coordinate representation of color #482F0C: hue angle of 35º 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 #482F0C is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 12 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.72 |
| HSL | 35º | 0.71% | 0.16% | - |
| HSV(B) | 35º | 0.83% | 0.28% | - |
| XYZ | 3.76 | 3.44 | 0.81 | - |
| YUV | 50.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 12 | 0 | 0.35 | 0.83 | 0.72 | 35 | 0.71 | 0.16 |
| Hex | 48 | 2F | C | 0 | 23 | 53 | 48 | 23 | 47 | 10 |
| Octal | 110 | 57 | 14 | 0 | 43 | 123 | 110 | 43 | 107 | 20 |
| Binary | 1001000 | 101111 | 1100 | 0 | 100011 | 1010011 | 1001000 | 100011 | 1000111 | 10000 |
Color Harmonies of #482F0C
Complementary color
Monochromatic Colors of #482F0C
Black with #482F0C
Text Example
Text Example
White with #482F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F0C; }
p { color: rgb(72,47,12); }
H1.HeaderClassName
{
color: #482F0C;
}
.AnyTagClassName
{
color: #482F0C;
}
</style>
background-color css
<style>
a { background-color: #482F0C; }
a { background-color: rgb(72,47,12); }
div.DivClassName
{
background-color: #482F0C;
}
.BgClassName
{
background-color: #482F0C;
}
</style>
border-color css
<style>
span { border-color: #482F0C; }
span { border-color: rgb(72,47,12); }
td.TdClassName
{
border-color: #482F0C;
}
.TagClassName
{
border-color: #482F0C;
}
</style>