Shades of Clinker #48361D
Tints of Clinker #48361D
RGB
CMYK
RGB Variations
Color information
#48361D (or 0x48361D) is known color: Clinker. HEX triplet: 48, 36 and 1D. RGB value is (72,54,29). Sum of RGB (Red+Green+Blue) = 72+54+29=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48361D is #B7C9E2. Grayscale: #383838. Windows color (decimal): -12044771 or 1914440. OLE color: 1914440.
HSL color Cylindrical-coordinate representation of color #48361D: hue angle of 34.88º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48361D is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 54 | 29 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.72 |
| HSL | 34.88º | 0.43% | 0.2% | - |
| HSV(B) | 34.88º | 0.6% | 0.28% | - |
| XYZ | 4.21 | 4.1 | 1.73 | - |
| YUV | 56.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 29 | 0 | 0.25 | 0.60 | 0.72 | 34.88 | 0.43 | 0.2 |
| Hex | 48 | 36 | 1D | 0 | 19 | 3C | 48 | 23 | 2B | 14 |
| Octal | 110 | 66 | 35 | 0 | 31 | 74 | 110 | 43 | 53 | 24 |
| Binary | 1001000 | 110110 | 11101 | 0 | 11001 | 111100 | 1001000 | 100011 | 101011 | 10100 |
Color Harmonies of #48361D
Complementary color
Monochromatic Colors of #48361D
Black with #48361D
Text Example
Text Example
White with #48361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48361D; }
p { color: rgb(72,54,29); }
H1.HeaderClassName
{
color: #48361D;
}
.AnyTagClassName
{
color: #48361D;
}
</style>
background-color css
<style>
a { background-color: #48361D; }
a { background-color: rgb(72,54,29); }
div.DivClassName
{
background-color: #48361D;
}
.BgClassName
{
background-color: #48361D;
}
</style>
border-color css
<style>
span { border-color: #48361D; }
span { border-color: rgb(72,54,29); }
td.TdClassName
{
border-color: #48361D;
}
.TagClassName
{
border-color: #48361D;
}
</style>