Shades of Clinker #483928
Tints of Clinker #483928
RGB
CMYK
RGB Variations
Color information
#483928 (or 0x483928) is known color: Clinker. HEX triplet: 48, 39 and 28. RGB value is (72,57,40). Sum of RGB (Red+Green+Blue) = 72+57+40=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #483928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483928 is #B7C6D7. Grayscale: #3B3B3B. Windows color (decimal): -12043992 or 2636104. OLE color: 2636104.
HSL color Cylindrical-coordinate representation of color #483928: hue angle of 31.88º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483928 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 57 | 40 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.72 |
| HSL | 31.88º | 0.29% | 0.22% | - |
| HSV(B) | 31.88º | 0.44% | 0.28% | - |
| XYZ | 4.52 | 4.46 | 2.63 | - |
| YUV | 59.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 40 | 0 | 0.21 | 0.44 | 0.72 | 31.88 | 0.29 | 0.22 |
| Hex | 48 | 39 | 28 | 0 | 15 | 2C | 48 | 20 | 1D | 16 |
| Octal | 110 | 71 | 50 | 0 | 25 | 54 | 110 | 40 | 35 | 26 |
| Binary | 1001000 | 111001 | 101000 | 0 | 10101 | 101100 | 1001000 | 100000 | 11101 | 10110 |
Color Harmonies of #483928
Complementary color
Monochromatic Colors of #483928
Black with #483928
Text Example
Text Example
White with #483928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483928; }
p { color: rgb(72,57,40); }
H1.HeaderClassName
{
color: #483928;
}
.AnyTagClassName
{
color: #483928;
}
</style>
background-color css
<style>
a { background-color: #483928; }
a { background-color: rgb(72,57,40); }
div.DivClassName
{
background-color: #483928;
}
.BgClassName
{
background-color: #483928;
}
</style>
border-color css
<style>
span { border-color: #483928; }
span { border-color: rgb(72,57,40); }
td.TdClassName
{
border-color: #483928;
}
.TagClassName
{
border-color: #483928;
}
</style>