Shades of Clinker #48311C
Tints of Clinker #48311C
RGB
CMYK
RGB Variations
Color information
#48311C (or 0x48311C) is known color: Clinker. HEX triplet: 48, 31 and 1C. RGB value is (72,49,28). Sum of RGB (Red+Green+Blue) = 72+49+28=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48311C is #B7CEE3. Grayscale: #353535. Windows color (decimal): -12046052 or 1847624. OLE color: 1847624.
HSL color Cylindrical-coordinate representation of color #48311C: hue angle of 28.64º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48311C is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 49 | 28 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.72 |
| HSL | 28.64º | 0.44% | 0.2% | - |
| HSV(B) | 28.64º | 0.61% | 0.28% | - |
| XYZ | 3.98 | 3.66 | 1.59 | - |
| YUV | 53.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 28 | 0 | 0.32 | 0.61 | 0.72 | 28.64 | 0.44 | 0.2 |
| Hex | 48 | 31 | 1C | 0 | 20 | 3D | 48 | 1D | 2C | 14 |
| Octal | 110 | 61 | 34 | 0 | 40 | 75 | 110 | 35 | 54 | 24 |
| Binary | 1001000 | 110001 | 11100 | 0 | 100000 | 111101 | 1001000 | 11101 | 101100 | 10100 |
Color Harmonies of #48311C
Complementary color
Monochromatic Colors of #48311C
Black with #48311C
Text Example
Text Example
White with #48311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48311C; }
p { color: rgb(72,49,28); }
H1.HeaderClassName
{
color: #48311C;
}
.AnyTagClassName
{
color: #48311C;
}
</style>
background-color css
<style>
a { background-color: #48311C; }
a { background-color: rgb(72,49,28); }
div.DivClassName
{
background-color: #48311C;
}
.BgClassName
{
background-color: #48311C;
}
</style>
border-color css
<style>
span { border-color: #48311C; }
span { border-color: rgb(72,49,28); }
td.TdClassName
{
border-color: #48311C;
}
.TagClassName
{
border-color: #48311C;
}
</style>