Shades of Clinker #48391E
Tints of Clinker #48391E
RGB
CMYK
RGB Variations
Color information
#48391E (or 0x48391E) is known color: Clinker. HEX triplet: 48, 39 and 1E. RGB value is (72,57,30). Sum of RGB (Red+Green+Blue) = 72+57+30=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #48391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48391E is #B7C6E1. Grayscale: #3A3A3A. Windows color (decimal): -12044002 or 1980744. OLE color: 1980744.
HSL color Cylindrical-coordinate representation of color #48391E: hue angle of 38.57º 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 #48391E is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 57 | 30 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.72 |
| HSL | 38.57º | 0.41% | 0.2% | - |
| HSV(B) | 38.57º | 0.58% | 0.28% | - |
| XYZ | 4.37 | 4.4 | 1.85 | - |
| YUV | 58.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 30 | 0 | 0.21 | 0.58 | 0.72 | 38.57 | 0.41 | 0.2 |
| Hex | 48 | 39 | 1E | 0 | 15 | 3A | 48 | 27 | 29 | 14 |
| Octal | 110 | 71 | 36 | 0 | 25 | 72 | 110 | 47 | 51 | 24 |
| Binary | 1001000 | 111001 | 11110 | 0 | 10101 | 111010 | 1001000 | 100111 | 101001 | 10100 |
Color Harmonies of #48391E
Complementary color
Monochromatic Colors of #48391E
Black with #48391E
Text Example
Text Example
White with #48391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48391E; }
p { color: rgb(72,57,30); }
H1.HeaderClassName
{
color: #48391E;
}
.AnyTagClassName
{
color: #48391E;
}
</style>
background-color css
<style>
a { background-color: #48391E; }
a { background-color: rgb(72,57,30); }
div.DivClassName
{
background-color: #48391E;
}
.BgClassName
{
background-color: #48391E;
}
</style>
border-color css
<style>
span { border-color: #48391E; }
span { border-color: rgb(72,57,30); }
td.TdClassName
{
border-color: #48391E;
}
.TagClassName
{
border-color: #48391E;
}
</style>