Shades of Clinker #48351C
Tints of Clinker #48351C
RGB
CMYK
RGB Variations
Color information
#48351C (or 0x48351C) is known color: Clinker. HEX triplet: 48, 35 and 1C. RGB value is (72,53,28). Sum of RGB (Red+Green+Blue) = 72+53+28=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48351C is #B7CAE3. Grayscale: #373737. Windows color (decimal): -12045028 or 1848648. OLE color: 1848648.
HSL color Cylindrical-coordinate representation of color #48351C: hue angle of 34.09º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48351C is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 53 | 28 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.72 |
| HSL | 34.09º | 0.44% | 0.2% | - |
| HSV(B) | 34.09º | 0.61% | 0.28% | - |
| XYZ | 4.16 | 4.01 | 1.65 | - |
| YUV | 55.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 28 | 0 | 0.26 | 0.61 | 0.72 | 34.09 | 0.44 | 0.2 |
| Hex | 48 | 35 | 1C | 0 | 1A | 3D | 48 | 22 | 2C | 14 |
| Octal | 110 | 65 | 34 | 0 | 32 | 75 | 110 | 42 | 54 | 24 |
| Binary | 1001000 | 110101 | 11100 | 0 | 11010 | 111101 | 1001000 | 100010 | 101100 | 10100 |
Color Harmonies of #48351C
Complementary color
Monochromatic Colors of #48351C
Black with #48351C
Text Example
Text Example
White with #48351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48351C; }
p { color: rgb(72,53,28); }
H1.HeaderClassName
{
color: #48351C;
}
.AnyTagClassName
{
color: #48351C;
}
</style>
background-color css
<style>
a { background-color: #48351C; }
a { background-color: rgb(72,53,28); }
div.DivClassName
{
background-color: #48351C;
}
.BgClassName
{
background-color: #48351C;
}
</style>
border-color css
<style>
span { border-color: #48351C; }
span { border-color: rgb(72,53,28); }
td.TdClassName
{
border-color: #48351C;
}
.TagClassName
{
border-color: #48351C;
}
</style>