Shades of Clinker #48330C
Tints of Clinker #48330C
RGB
CMYK
RGB Variations
Color information
#48330C (or 0x48330C) is known color: Clinker. HEX triplet: 48, 33 and 0C. RGB value is (72,51,12). Sum of RGB (Red+Green+Blue) = 72+51+12=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48330C is #B7CCF3. Grayscale: #353535. Windows color (decimal): -12045556 or 799560. OLE color: 799560.
HSL color Cylindrical-coordinate representation of color #48330C: hue angle of 39º 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 #48330C is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 12 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.72 |
| HSL | 39º | 0.71% | 0.16% | - |
| HSV(B) | 39º | 0.83% | 0.28% | - |
| XYZ | 3.92 | 3.77 | 0.87 | - |
| YUV | 52.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 12 | 0 | 0.29 | 0.83 | 0.72 | 39 | 0.71 | 0.16 |
| Hex | 48 | 33 | C | 0 | 1D | 53 | 48 | 27 | 47 | 10 |
| Octal | 110 | 63 | 14 | 0 | 35 | 123 | 110 | 47 | 107 | 20 |
| Binary | 1001000 | 110011 | 1100 | 0 | 11101 | 1010011 | 1001000 | 100111 | 1000111 | 10000 |
Color Harmonies of #48330C
Complementary color
Monochromatic Colors of #48330C
Black with #48330C
Text Example
Text Example
White with #48330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48330C; }
p { color: rgb(72,51,12); }
H1.HeaderClassName
{
color: #48330C;
}
.AnyTagClassName
{
color: #48330C;
}
</style>
background-color css
<style>
a { background-color: #48330C; }
a { background-color: rgb(72,51,12); }
div.DivClassName
{
background-color: #48330C;
}
.BgClassName
{
background-color: #48330C;
}
</style>
border-color css
<style>
span { border-color: #48330C; }
span { border-color: rgb(72,51,12); }
td.TdClassName
{
border-color: #48330C;
}
.TagClassName
{
border-color: #48330C;
}
</style>