Shades of Clinker #48371E
Tints of Clinker #48371E
RGB
CMYK
RGB Variations
Color information
#48371E (or 0x48371E) is known color: Clinker. HEX triplet: 48, 37 and 1E. RGB value is (72,55,30). Sum of RGB (Red+Green+Blue) = 72+55+30=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48371E is #B7C8E1. Grayscale: #393939. Windows color (decimal): -12044514 or 1980232. OLE color: 1980232.
HSL color Cylindrical-coordinate representation of color #48371E: hue angle of 35.71º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48371E is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 55 | 30 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.72 |
| HSL | 35.71º | 0.41% | 0.2% | - |
| HSV(B) | 35.71º | 0.58% | 0.28% | - |
| XYZ | 4.27 | 4.2 | 1.81 | - |
| YUV | 57.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 30 | 0 | 0.24 | 0.58 | 0.72 | 35.71 | 0.41 | 0.2 |
| Hex | 48 | 37 | 1E | 0 | 18 | 3A | 48 | 24 | 29 | 14 |
| Octal | 110 | 67 | 36 | 0 | 30 | 72 | 110 | 44 | 51 | 24 |
| Binary | 1001000 | 110111 | 11110 | 0 | 11000 | 111010 | 1001000 | 100100 | 101001 | 10100 |
Color Harmonies of #48371E
Complementary color
Monochromatic Colors of #48371E
Black with #48371E
Text Example
Text Example
White with #48371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48371E; }
p { color: rgb(72,55,30); }
H1.HeaderClassName
{
color: #48371E;
}
.AnyTagClassName
{
color: #48371E;
}
</style>
background-color css
<style>
a { background-color: #48371E; }
a { background-color: rgb(72,55,30); }
div.DivClassName
{
background-color: #48371E;
}
.BgClassName
{
background-color: #48371E;
}
</style>
border-color css
<style>
span { border-color: #48371E; }
span { border-color: rgb(72,55,30); }
td.TdClassName
{
border-color: #48371E;
}
.TagClassName
{
border-color: #48371E;
}
</style>