Shades of Clinker #48351B
Tints of Clinker #48351B
RGB
CMYK
RGB Variations
Color information
#48351B (or 0x48351B) is known color: Clinker. HEX triplet: 48, 35 and 1B. RGB value is (72,53,27). Sum of RGB (Red+Green+Blue) = 72+53+27=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48351B is #B7CAE4. Grayscale: #373737. Windows color (decimal): -12045029 or 1783112. OLE color: 1783112.
HSL color Cylindrical-coordinate representation of color #48351B: hue angle of 34.67º 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 #48351B is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 53 | 27 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.72 |
| HSL | 34.67º | 0.45% | 0.19% | - |
| HSV(B) | 34.67º | 0.63% | 0.28% | - |
| XYZ | 4.14 | 4 | 1.59 | - |
| YUV | 55.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 27 | 0 | 0.26 | 0.62 | 0.72 | 34.67 | 0.45 | 0.19 |
| Hex | 48 | 35 | 1B | 0 | 1A | 3E | 48 | 23 | 2D | 13 |
| Octal | 110 | 65 | 33 | 0 | 32 | 76 | 110 | 43 | 55 | 23 |
| Binary | 1001000 | 110101 | 11011 | 0 | 11010 | 111110 | 1001000 | 100011 | 101101 | 10011 |
Color Harmonies of #48351B
Complementary color
Monochromatic Colors of #48351B
Black with #48351B
Text Example
Text Example
White with #48351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48351B; }
p { color: rgb(72,53,27); }
H1.HeaderClassName
{
color: #48351B;
}
.AnyTagClassName
{
color: #48351B;
}
</style>
background-color css
<style>
a { background-color: #48351B; }
a { background-color: rgb(72,53,27); }
div.DivClassName
{
background-color: #48351B;
}
.BgClassName
{
background-color: #48351B;
}
</style>
border-color css
<style>
span { border-color: #48351B; }
span { border-color: rgb(72,53,27); }
td.TdClassName
{
border-color: #48351B;
}
.TagClassName
{
border-color: #48351B;
}
</style>