Shades of Clinker #483214
Tints of Clinker #483214
RGB
CMYK
RGB Variations
Color information
#483214 (or 0x483214) is known color: Clinker. HEX triplet: 48, 32 and 14. RGB value is (72,50,20). Sum of RGB (Red+Green+Blue) = 72+50+20=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #483214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483214 is #B7CDEB. Grayscale: #353535. Windows color (decimal): -12045804 or 1323592. OLE color: 1323592.
HSL color Cylindrical-coordinate representation of color #483214: hue angle of 34.62º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483214 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 50 | 20 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.72 |
| HSL | 34.62º | 0.57% | 0.18% | - |
| HSV(B) | 34.62º | 0.72% | 0.28% | - |
| XYZ | 3.94 | 3.71 | 1.17 | - |
| YUV | 53.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 20 | 0 | 0.31 | 0.72 | 0.72 | 34.62 | 0.57 | 0.18 |
| Hex | 48 | 32 | 14 | 0 | 1F | 48 | 48 | 23 | 39 | 12 |
| Octal | 110 | 62 | 24 | 0 | 37 | 110 | 110 | 43 | 71 | 22 |
| Binary | 1001000 | 110010 | 10100 | 0 | 11111 | 1001000 | 1001000 | 100011 | 111001 | 10010 |
Color Harmonies of #483214
Complementary color
Monochromatic Colors of #483214
Black with #483214
Text Example
Text Example
White with #483214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483214; }
p { color: rgb(72,50,20); }
H1.HeaderClassName
{
color: #483214;
}
.AnyTagClassName
{
color: #483214;
}
</style>
background-color css
<style>
a { background-color: #483214; }
a { background-color: rgb(72,50,20); }
div.DivClassName
{
background-color: #483214;
}
.BgClassName
{
background-color: #483214;
}
</style>
border-color css
<style>
span { border-color: #483214; }
span { border-color: rgb(72,50,20); }
td.TdClassName
{
border-color: #483214;
}
.TagClassName
{
border-color: #483214;
}
</style>