Shades of Clinker #48300F
Tints of Clinker #48300F
RGB
CMYK
RGB Variations
Color information
#48300F (or 0x48300F) is known color: Clinker. HEX triplet: 48, 30 and 0F. RGB value is (72,48,15). Sum of RGB (Red+Green+Blue) = 72+48+15=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48300F is #B7CFF0. Grayscale: #333333. Windows color (decimal): -12046321 or 995400. OLE color: 995400.
HSL color Cylindrical-coordinate representation of color #48300F: hue angle of 34.74º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48300F is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 48 | 15 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.72 |
| HSL | 34.74º | 0.66% | 0.17% | - |
| HSV(B) | 34.74º | 0.79% | 0.28% | - |
| XYZ | 3.82 | 3.53 | 0.93 | - |
| YUV | 51.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 15 | 0 | 0.33 | 0.79 | 0.72 | 34.74 | 0.66 | 0.17 |
| Hex | 48 | 30 | F | 0 | 21 | 4F | 48 | 23 | 42 | 11 |
| Octal | 110 | 60 | 17 | 0 | 41 | 117 | 110 | 43 | 102 | 21 |
| Binary | 1001000 | 110000 | 1111 | 0 | 100001 | 1001111 | 1001000 | 100011 | 1000010 | 10001 |
Color Harmonies of #48300F
Complementary color
Monochromatic Colors of #48300F
Black with #48300F
Text Example
Text Example
White with #48300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48300F; }
p { color: rgb(72,48,15); }
H1.HeaderClassName
{
color: #48300F;
}
.AnyTagClassName
{
color: #48300F;
}
</style>
background-color css
<style>
a { background-color: #48300F; }
a { background-color: rgb(72,48,15); }
div.DivClassName
{
background-color: #48300F;
}
.BgClassName
{
background-color: #48300F;
}
</style>
border-color css
<style>
span { border-color: #48300F; }
span { border-color: rgb(72,48,15); }
td.TdClassName
{
border-color: #48300F;
}
.TagClassName
{
border-color: #48300F;
}
</style>