Shades of Clinker #48331C
Tints of Clinker #48331C
RGB
CMYK
RGB Variations
Color information
#48331C (or 0x48331C) is known color: Clinker. HEX triplet: 48, 33 and 1C. RGB value is (72,51,28). Sum of RGB (Red+Green+Blue) = 72+51+28=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48331C is #B7CCE3. Grayscale: #363636. Windows color (decimal): -12045540 or 1848136. OLE color: 1848136.
HSL color Cylindrical-coordinate representation of color #48331C: hue angle of 31.36º 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 #48331C is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 28 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.72 |
| HSL | 31.36º | 0.44% | 0.2% | - |
| HSV(B) | 31.36º | 0.61% | 0.28% | - |
| XYZ | 4.07 | 3.83 | 1.62 | - |
| YUV | 54.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 28 | 0 | 0.29 | 0.61 | 0.72 | 31.36 | 0.44 | 0.2 |
| Hex | 48 | 33 | 1C | 0 | 1D | 3D | 48 | 1F | 2C | 14 |
| Octal | 110 | 63 | 34 | 0 | 35 | 75 | 110 | 37 | 54 | 24 |
| Binary | 1001000 | 110011 | 11100 | 0 | 11101 | 111101 | 1001000 | 11111 | 101100 | 10100 |
Color Harmonies of #48331C
Complementary color
Monochromatic Colors of #48331C
Black with #48331C
Text Example
Text Example
White with #48331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48331C; }
p { color: rgb(72,51,28); }
H1.HeaderClassName
{
color: #48331C;
}
.AnyTagClassName
{
color: #48331C;
}
</style>
background-color css
<style>
a { background-color: #48331C; }
a { background-color: rgb(72,51,28); }
div.DivClassName
{
background-color: #48331C;
}
.BgClassName
{
background-color: #48331C;
}
</style>
border-color css
<style>
span { border-color: #48331C; }
span { border-color: rgb(72,51,28); }
td.TdClassName
{
border-color: #48331C;
}
.TagClassName
{
border-color: #48331C;
}
</style>