Shades of Clinker #48310B
Tints of Clinker #48310B
RGB
CMYK
RGB Variations
Color information
#48310B (or 0x48310B) is known color: Clinker. HEX triplet: 48, 31 and 0B. RGB value is (72,49,11). Sum of RGB (Red+Green+Blue) = 72+49+11=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #48310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48310B is #B7CEF4. Grayscale: #333333. Windows color (decimal): -12046069 or 733512. OLE color: 733512.
HSL color Cylindrical-coordinate representation of color #48310B: hue angle of 37.38º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48310B is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 49 | 11 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.72 |
| HSL | 37.38º | 0.73% | 0.16% | - |
| HSV(B) | 37.38º | 0.85% | 0.28% | - |
| XYZ | 3.83 | 3.6 | 0.81 | - |
| YUV | 51.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 11 | 0 | 0.32 | 0.85 | 0.72 | 37.38 | 0.73 | 0.16 |
| Hex | 48 | 31 | B | 0 | 20 | 55 | 48 | 25 | 49 | 10 |
| Octal | 110 | 61 | 13 | 0 | 40 | 125 | 110 | 45 | 111 | 20 |
| Binary | 1001000 | 110001 | 1011 | 0 | 100000 | 1010101 | 1001000 | 100101 | 1001001 | 10000 |
Color Harmonies of #48310B
Complementary color
Monochromatic Colors of #48310B
Black with #48310B
Text Example
Text Example
White with #48310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48310B; }
p { color: rgb(72,49,11); }
H1.HeaderClassName
{
color: #48310B;
}
.AnyTagClassName
{
color: #48310B;
}
</style>
background-color css
<style>
a { background-color: #48310B; }
a { background-color: rgb(72,49,11); }
div.DivClassName
{
background-color: #48310B;
}
.BgClassName
{
background-color: #48310B;
}
</style>
border-color css
<style>
span { border-color: #48310B; }
span { border-color: rgb(72,49,11); }
td.TdClassName
{
border-color: #48310B;
}
.TagClassName
{
border-color: #48310B;
}
</style>