Shades of Clinker #48320C
Tints of Clinker #48320C
RGB
CMYK
RGB Variations
Color information
#48320C (or 0x48320C) is known color: Clinker. HEX triplet: 48, 32 and 0C. RGB value is (72,50,12). Sum of RGB (Red+Green+Blue) = 72+50+12=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48320C is #B7CDF3. Grayscale: #343434. Windows color (decimal): -12045812 or 799304. OLE color: 799304.
HSL color Cylindrical-coordinate representation of color #48320C: hue angle of 38º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48320C is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 50 | 12 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.72 |
| HSL | 38º | 0.71% | 0.16% | - |
| HSV(B) | 38º | 0.83% | 0.28% | - |
| XYZ | 3.88 | 3.69 | 0.85 | - |
| YUV | 52.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 12 | 0 | 0.31 | 0.83 | 0.72 | 38 | 0.71 | 0.16 |
| Hex | 48 | 32 | C | 0 | 1F | 53 | 48 | 26 | 47 | 10 |
| Octal | 110 | 62 | 14 | 0 | 37 | 123 | 110 | 46 | 107 | 20 |
| Binary | 1001000 | 110010 | 1100 | 0 | 11111 | 1010011 | 1001000 | 100110 | 1000111 | 10000 |
Color Harmonies of #48320C
Complementary color
Monochromatic Colors of #48320C
Black with #48320C
Text Example
Text Example
White with #48320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48320C; }
p { color: rgb(72,50,12); }
H1.HeaderClassName
{
color: #48320C;
}
.AnyTagClassName
{
color: #48320C;
}
</style>
background-color css
<style>
a { background-color: #48320C; }
a { background-color: rgb(72,50,12); }
div.DivClassName
{
background-color: #48320C;
}
.BgClassName
{
background-color: #48320C;
}
</style>
border-color css
<style>
span { border-color: #48320C; }
span { border-color: rgb(72,50,12); }
td.TdClassName
{
border-color: #48320C;
}
.TagClassName
{
border-color: #48320C;
}
</style>