Shades of Clinker #483211
Tints of Clinker #483211
RGB
CMYK
RGB Variations
Color information
#483211 (or 0x483211) is known color: Clinker. HEX triplet: 48, 32 and 11. RGB value is (72,50,17). Sum of RGB (Red+Green+Blue) = 72+50+17=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #483211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483211 is #B7CDEE. Grayscale: #343434. Windows color (decimal): -12045807 or 1126984. OLE color: 1126984.
HSL color Cylindrical-coordinate representation of color #483211: hue angle of 36º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #483211 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 50 | 17 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.72 |
| HSL | 36º | 0.62% | 0.17% | - |
| HSV(B) | 36º | 0.76% | 0.28% | - |
| XYZ | 3.91 | 3.7 | 1.04 | - |
| YUV | 52.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 17 | 0 | 0.31 | 0.76 | 0.72 | 36 | 0.62 | 0.17 |
| Hex | 48 | 32 | 11 | 0 | 1F | 4C | 48 | 24 | 3E | 11 |
| Octal | 110 | 62 | 21 | 0 | 37 | 114 | 110 | 44 | 76 | 21 |
| Binary | 1001000 | 110010 | 10001 | 0 | 11111 | 1001100 | 1001000 | 100100 | 111110 | 10001 |
Color Harmonies of #483211
Complementary color
Monochromatic Colors of #483211
Black with #483211
Text Example
Text Example
White with #483211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483211; }
p { color: rgb(72,50,17); }
H1.HeaderClassName
{
color: #483211;
}
.AnyTagClassName
{
color: #483211;
}
</style>
background-color css
<style>
a { background-color: #483211; }
a { background-color: rgb(72,50,17); }
div.DivClassName
{
background-color: #483211;
}
.BgClassName
{
background-color: #483211;
}
</style>
border-color css
<style>
span { border-color: #483211; }
span { border-color: rgb(72,50,17); }
td.TdClassName
{
border-color: #483211;
}
.TagClassName
{
border-color: #483211;
}
</style>