Shades of Clinker #503C20
Tints of Clinker #503C20
RGB
CMYK
RGB Variations
Color information
#503C20 (or 0x503C20) is known color: Clinker. HEX triplet: 50, 3C and 20. RGB value is (80,60,32). Sum of RGB (Red+Green+Blue) = 80+60+32=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #503C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C20 is #AFC3DF. Grayscale: #3E3E3E. Windows color (decimal): -11518944 or 2112592. OLE color: 2112592.
HSL color Cylindrical-coordinate representation of color #503C20: hue angle of 35º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #503C20 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 32 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.69 |
| HSL | 35º | 0.43% | 0.22% | - |
| HSV(B) | 35º | 0.6% | 0.31% | - |
| XYZ | 5.18 | 5.04 | 2.07 | - |
| YUV | 62.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 32 | 0 | 0.25 | 0.60 | 0.69 | 35 | 0.43 | 0.22 |
| Hex | 50 | 3C | 20 | 0 | 19 | 3C | 45 | 23 | 2B | 16 |
| Octal | 120 | 74 | 40 | 0 | 31 | 74 | 105 | 43 | 53 | 26 |
| Binary | 1010000 | 111100 | 100000 | 0 | 11001 | 111100 | 1000101 | 100011 | 101011 | 10110 |
Color Harmonies of #503C20
Complementary color
Monochromatic Colors of #503C20
Black with #503C20
Text Example
Text Example
White with #503C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C20; }
p { color: rgb(80,60,32); }
H1.HeaderClassName
{
color: #503C20;
}
.AnyTagClassName
{
color: #503C20;
}
</style>
background-color css
<style>
a { background-color: #503C20; }
a { background-color: rgb(80,60,32); }
div.DivClassName
{
background-color: #503C20;
}
.BgClassName
{
background-color: #503C20;
}
</style>
border-color css
<style>
span { border-color: #503C20; }
span { border-color: rgb(80,60,32); }
td.TdClassName
{
border-color: #503C20;
}
.TagClassName
{
border-color: #503C20;
}
</style>