Shades of Clinker #48341B
Tints of Clinker #48341B
RGB
CMYK
RGB Variations
Color information
#48341B (or 0x48341B) is known color: Clinker. HEX triplet: 48, 34 and 1B. RGB value is (72,52,27). Sum of RGB (Red+Green+Blue) = 72+52+27=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48341B is #B7CBE4. Grayscale: #373737. Windows color (decimal): -12045285 or 1782856. OLE color: 1782856.
HSL color Cylindrical-coordinate representation of color #48341B: hue angle of 33.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48341B is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 52 | 27 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.72 |
| HSL | 33.33º | 0.45% | 0.19% | - |
| HSV(B) | 33.33º | 0.63% | 0.28% | - |
| XYZ | 4.1 | 3.91 | 1.58 | - |
| YUV | 55.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 27 | 0 | 0.28 | 0.62 | 0.72 | 33.33 | 0.45 | 0.19 |
| Hex | 48 | 34 | 1B | 0 | 1C | 3E | 48 | 21 | 2D | 13 |
| Octal | 110 | 64 | 33 | 0 | 34 | 76 | 110 | 41 | 55 | 23 |
| Binary | 1001000 | 110100 | 11011 | 0 | 11100 | 111110 | 1001000 | 100001 | 101101 | 10011 |
Color Harmonies of #48341B
Complementary color
Monochromatic Colors of #48341B
Black with #48341B
Text Example
Text Example
White with #48341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48341B; }
p { color: rgb(72,52,27); }
H1.HeaderClassName
{
color: #48341B;
}
.AnyTagClassName
{
color: #48341B;
}
</style>
background-color css
<style>
a { background-color: #48341B; }
a { background-color: rgb(72,52,27); }
div.DivClassName
{
background-color: #48341B;
}
.BgClassName
{
background-color: #48341B;
}
</style>
border-color css
<style>
span { border-color: #48341B; }
span { border-color: rgb(72,52,27); }
td.TdClassName
{
border-color: #48341B;
}
.TagClassName
{
border-color: #48341B;
}
</style>