Shades of Clinker #483210
Tints of Clinker #483210
RGB
CMYK
RGB Variations
Color information
#483210 (or 0x483210) is known color: Clinker. HEX triplet: 48, 32 and 10. RGB value is (72,50,16). Sum of RGB (Red+Green+Blue) = 72+50+16=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #483210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483210 is #B7CDEF. Grayscale: #343434. Windows color (decimal): -12045808 or 1061448. OLE color: 1061448.
HSL color Cylindrical-coordinate representation of color #483210: hue angle of 36.43º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #483210 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 50 | 16 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.72 |
| HSL | 36.43º | 0.64% | 0.17% | - |
| HSV(B) | 36.43º | 0.78% | 0.28% | - |
| XYZ | 3.91 | 3.7 | 1 | - |
| YUV | 52.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 16 | 0 | 0.31 | 0.78 | 0.72 | 36.43 | 0.64 | 0.17 |
| Hex | 48 | 32 | 10 | 0 | 1F | 4E | 48 | 24 | 40 | 11 |
| Octal | 110 | 62 | 20 | 0 | 37 | 116 | 110 | 44 | 100 | 21 |
| Binary | 1001000 | 110010 | 10000 | 0 | 11111 | 1001110 | 1001000 | 100100 | 1000000 | 10001 |
Color Harmonies of #483210
Complementary color
Monochromatic Colors of #483210
Black with #483210
Text Example
Text Example
White with #483210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483210; }
p { color: rgb(72,50,16); }
H1.HeaderClassName
{
color: #483210;
}
.AnyTagClassName
{
color: #483210;
}
</style>
background-color css
<style>
a { background-color: #483210; }
a { background-color: rgb(72,50,16); }
div.DivClassName
{
background-color: #483210;
}
.BgClassName
{
background-color: #483210;
}
</style>
border-color css
<style>
span { border-color: #483210; }
span { border-color: rgb(72,50,16); }
td.TdClassName
{
border-color: #483210;
}
.TagClassName
{
border-color: #483210;
}
</style>