Shades of Clinker #48351F
Tints of Clinker #48351F
RGB
CMYK
RGB Variations
Color information
#48351F (or 0x48351F) is known color: Clinker. HEX triplet: 48, 35 and 1F. RGB value is (72,53,31). Sum of RGB (Red+Green+Blue) = 72+53+31=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48351F is #B7CAE0. Grayscale: #383838. Windows color (decimal): -12045025 or 2045256. OLE color: 2045256.
HSL color Cylindrical-coordinate representation of color #48351F: hue angle of 32.2º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48351F is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 53 | 31 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.72 |
| HSL | 32.2º | 0.4% | 0.2% | - |
| HSV(B) | 32.2º | 0.57% | 0.28% | - |
| XYZ | 4.19 | 4.02 | 1.85 | - |
| YUV | 56.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 31 | 0 | 0.26 | 0.57 | 0.72 | 32.2 | 0.4 | 0.2 |
| Hex | 48 | 35 | 1F | 0 | 1A | 39 | 48 | 20 | 28 | 14 |
| Octal | 110 | 65 | 37 | 0 | 32 | 71 | 110 | 40 | 50 | 24 |
| Binary | 1001000 | 110101 | 11111 | 0 | 11010 | 111001 | 1001000 | 100000 | 101000 | 10100 |
Color Harmonies of #48351F
Complementary color
Monochromatic Colors of #48351F
Black with #48351F
Text Example
Text Example
White with #48351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48351F; }
p { color: rgb(72,53,31); }
H1.HeaderClassName
{
color: #48351F;
}
.AnyTagClassName
{
color: #48351F;
}
</style>
background-color css
<style>
a { background-color: #48351F; }
a { background-color: rgb(72,53,31); }
div.DivClassName
{
background-color: #48351F;
}
.BgClassName
{
background-color: #48351F;
}
</style>
border-color css
<style>
span { border-color: #48351F; }
span { border-color: rgb(72,53,31); }
td.TdClassName
{
border-color: #48351F;
}
.TagClassName
{
border-color: #48351F;
}
</style>