Shades of Clinker #48361B
Tints of Clinker #48361B
RGB
CMYK
RGB Variations
Color information
#48361B (or 0x48361B) is known color: Clinker. HEX triplet: 48, 36 and 1B. RGB value is (72,54,27). Sum of RGB (Red+Green+Blue) = 72+54+27=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48361B is #B7C9E4. Grayscale: #383838. Windows color (decimal): -12044773 or 1783368. OLE color: 1783368.
HSL color Cylindrical-coordinate representation of color #48361B: hue angle of 36º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48361B is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 54 | 27 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.72 |
| HSL | 36º | 0.45% | 0.19% | - |
| HSV(B) | 36º | 0.63% | 0.28% | - |
| XYZ | 4.19 | 4.1 | 1.61 | - |
| YUV | 56.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 27 | 0 | 0.25 | 0.62 | 0.72 | 36 | 0.45 | 0.19 |
| Hex | 48 | 36 | 1B | 0 | 19 | 3E | 48 | 24 | 2D | 13 |
| Octal | 110 | 66 | 33 | 0 | 31 | 76 | 110 | 44 | 55 | 23 |
| Binary | 1001000 | 110110 | 11011 | 0 | 11001 | 111110 | 1001000 | 100100 | 101101 | 10011 |
Color Harmonies of #48361B
Complementary color
Monochromatic Colors of #48361B
Black with #48361B
Text Example
Text Example
White with #48361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48361B; }
p { color: rgb(72,54,27); }
H1.HeaderClassName
{
color: #48361B;
}
.AnyTagClassName
{
color: #48361B;
}
</style>
background-color css
<style>
a { background-color: #48361B; }
a { background-color: rgb(72,54,27); }
div.DivClassName
{
background-color: #48361B;
}
.BgClassName
{
background-color: #48361B;
}
</style>
border-color css
<style>
span { border-color: #48361B; }
span { border-color: rgb(72,54,27); }
td.TdClassName
{
border-color: #48361B;
}
.TagClassName
{
border-color: #48361B;
}
</style>