Shades of Clinker #483621
Tints of Clinker #483621
RGB
CMYK
RGB Variations
Color information
#483621 (or 0x483621) is known color: Clinker. HEX triplet: 48, 36 and 21. RGB value is (72,54,33). Sum of RGB (Red+Green+Blue) = 72+54+33=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #483621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483621 is #B7C9DE. Grayscale: #393939. Windows color (decimal): -12044767 or 2176584. OLE color: 2176584.
HSL color Cylindrical-coordinate representation of color #483621: hue angle of 32.31º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483621 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 54 | 33 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.72 |
| HSL | 32.31º | 0.37% | 0.21% | - |
| HSV(B) | 32.31º | 0.54% | 0.28% | - |
| XYZ | 4.27 | 4.13 | 2.01 | - |
| YUV | 56.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 33 | 0 | 0.25 | 0.54 | 0.72 | 32.31 | 0.37 | 0.21 |
| Hex | 48 | 36 | 21 | 0 | 19 | 36 | 48 | 20 | 25 | 15 |
| Octal | 110 | 66 | 41 | 0 | 31 | 66 | 110 | 40 | 45 | 25 |
| Binary | 1001000 | 110110 | 100001 | 0 | 11001 | 110110 | 1001000 | 100000 | 100101 | 10101 |
Color Harmonies of #483621
Complementary color
Monochromatic Colors of #483621
Black with #483621
Text Example
Text Example
White with #483621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483621; }
p { color: rgb(72,54,33); }
H1.HeaderClassName
{
color: #483621;
}
.AnyTagClassName
{
color: #483621;
}
</style>
background-color css
<style>
a { background-color: #483621; }
a { background-color: rgb(72,54,33); }
div.DivClassName
{
background-color: #483621;
}
.BgClassName
{
background-color: #483621;
}
</style>
border-color css
<style>
span { border-color: #483621; }
span { border-color: rgb(72,54,33); }
td.TdClassName
{
border-color: #483621;
}
.TagClassName
{
border-color: #483621;
}
</style>