Shades of Clinker #48330D
Tints of Clinker #48330D
RGB
CMYK
RGB Variations
Color information
#48330D (or 0x48330D) is known color: Clinker. HEX triplet: 48, 33 and 0D. RGB value is (72,51,13). Sum of RGB (Red+Green+Blue) = 72+51+13=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48330D is #B7CCF2. Grayscale: #353535. Windows color (decimal): -12045555 or 865096. OLE color: 865096.
HSL color Cylindrical-coordinate representation of color #48330D: hue angle of 38.64º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48330D is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 13 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.72 |
| HSL | 38.64º | 0.69% | 0.17% | - |
| HSV(B) | 38.64º | 0.82% | 0.28% | - |
| XYZ | 3.93 | 3.77 | 0.9 | - |
| YUV | 52.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 13 | 0 | 0.29 | 0.82 | 0.72 | 38.64 | 0.69 | 0.17 |
| Hex | 48 | 33 | D | 0 | 1D | 52 | 48 | 27 | 45 | 11 |
| Octal | 110 | 63 | 15 | 0 | 35 | 122 | 110 | 47 | 105 | 21 |
| Binary | 1001000 | 110011 | 1101 | 0 | 11101 | 1010010 | 1001000 | 100111 | 1000101 | 10001 |
Color Harmonies of #48330D
Complementary color
Monochromatic Colors of #48330D
Black with #48330D
Text Example
Text Example
White with #48330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48330D; }
p { color: rgb(72,51,13); }
H1.HeaderClassName
{
color: #48330D;
}
.AnyTagClassName
{
color: #48330D;
}
</style>
background-color css
<style>
a { background-color: #48330D; }
a { background-color: rgb(72,51,13); }
div.DivClassName
{
background-color: #48330D;
}
.BgClassName
{
background-color: #48330D;
}
</style>
border-color css
<style>
span { border-color: #48330D; }
span { border-color: rgb(72,51,13); }
td.TdClassName
{
border-color: #48330D;
}
.TagClassName
{
border-color: #48330D;
}
</style>