Shades of Clinker #482F0A
Tints of Clinker #482F0A
RGB
CMYK
RGB Variations
Color information
#482F0A (or 0x482F0A) is known color: Clinker. HEX triplet: 48, 2F and 0A. RGB value is (72,47,10). Sum of RGB (Red+Green+Blue) = 72+47+10=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F0A is #B7D0F5. Grayscale: #323232. Windows color (decimal): -12046582 or 667464. OLE color: 667464.
HSL color Cylindrical-coordinate representation of color #482F0A: hue angle of 35.81º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #482F0A is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 10 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.72 |
| HSL | 35.81º | 0.76% | 0.16% | - |
| HSV(B) | 35.81º | 0.86% | 0.28% | - |
| XYZ | 3.74 | 3.43 | 0.75 | - |
| YUV | 50.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 10 | 0 | 0.35 | 0.86 | 0.72 | 35.81 | 0.76 | 0.16 |
| Hex | 48 | 2F | A | 0 | 23 | 56 | 48 | 24 | 4C | 10 |
| Octal | 110 | 57 | 12 | 0 | 43 | 126 | 110 | 44 | 114 | 20 |
| Binary | 1001000 | 101111 | 1010 | 0 | 100011 | 1010110 | 1001000 | 100100 | 1001100 | 10000 |
Color Harmonies of #482F0A
Complementary color
Monochromatic Colors of #482F0A
Black with #482F0A
Text Example
Text Example
White with #482F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F0A; }
p { color: rgb(72,47,10); }
H1.HeaderClassName
{
color: #482F0A;
}
.AnyTagClassName
{
color: #482F0A;
}
</style>
background-color css
<style>
a { background-color: #482F0A; }
a { background-color: rgb(72,47,10); }
div.DivClassName
{
background-color: #482F0A;
}
.BgClassName
{
background-color: #482F0A;
}
</style>
border-color css
<style>
span { border-color: #482F0A; }
span { border-color: rgb(72,47,10); }
td.TdClassName
{
border-color: #482F0A;
}
.TagClassName
{
border-color: #482F0A;
}
</style>