Shades of Clinker #48321B
Tints of Clinker #48321B
RGB
CMYK
RGB Variations
Color information
#48321B (or 0x48321B) is known color: Clinker. HEX triplet: 48, 32 and 1B. RGB value is (72,50,27). Sum of RGB (Red+Green+Blue) = 72+50+27=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48321B is #B7CDE4. Grayscale: #363636. Windows color (decimal): -12045797 or 1782344. OLE color: 1782344.
HSL color Cylindrical-coordinate representation of color #48321B: hue angle of 30.67º 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 #48321B is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 50 | 27 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.72 |
| HSL | 30.67º | 0.45% | 0.19% | - |
| HSV(B) | 30.67º | 0.63% | 0.28% | - |
| XYZ | 4.01 | 3.74 | 1.55 | - |
| YUV | 53.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 27 | 0 | 0.31 | 0.62 | 0.72 | 30.67 | 0.45 | 0.19 |
| Hex | 48 | 32 | 1B | 0 | 1F | 3E | 48 | 1F | 2D | 13 |
| Octal | 110 | 62 | 33 | 0 | 37 | 76 | 110 | 37 | 55 | 23 |
| Binary | 1001000 | 110010 | 11011 | 0 | 11111 | 111110 | 1001000 | 11111 | 101101 | 10011 |
Color Harmonies of #48321B
Complementary color
Monochromatic Colors of #48321B
Black with #48321B
Text Example
Text Example
White with #48321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48321B; }
p { color: rgb(72,50,27); }
H1.HeaderClassName
{
color: #48321B;
}
.AnyTagClassName
{
color: #48321B;
}
</style>
background-color css
<style>
a { background-color: #48321B; }
a { background-color: rgb(72,50,27); }
div.DivClassName
{
background-color: #48321B;
}
.BgClassName
{
background-color: #48321B;
}
</style>
border-color css
<style>
span { border-color: #48321B; }
span { border-color: rgb(72,50,27); }
td.TdClassName
{
border-color: #48321B;
}
.TagClassName
{
border-color: #48321B;
}
</style>