Shades of Clinker #503A16
Tints of Clinker #503A16
RGB
CMYK
RGB Variations
Color information
#503A16 (or 0x503A16) is known color: Clinker. HEX triplet: 50, 3A and 16. RGB value is (80,58,22). Sum of RGB (Red+Green+Blue) = 80+58+22=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #503A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503A16 is #AFC5E9. Grayscale: #3C3C3C. Windows color (decimal): -11519466 or 1456720. OLE color: 1456720.
HSL color Cylindrical-coordinate representation of color #503A16: hue angle of 37.24º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503A16 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 22 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.69 |
| HSL | 37.24º | 0.57% | 0.2% | - |
| HSV(B) | 37.24º | 0.73% | 0.31% | - |
| XYZ | 4.97 | 4.79 | 1.42 | - |
| YUV | 60.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 22 | 0 | 0.28 | 0.72 | 0.69 | 37.24 | 0.57 | 0.2 |
| Hex | 50 | 3A | 16 | 0 | 1C | 48 | 45 | 25 | 39 | 14 |
| Octal | 120 | 72 | 26 | 0 | 34 | 110 | 105 | 45 | 71 | 24 |
| Binary | 1010000 | 111010 | 10110 | 0 | 11100 | 1001000 | 1000101 | 100101 | 111001 | 10100 |
Color Harmonies of #503A16
Complementary color
Monochromatic Colors of #503A16
Black with #503A16
Text Example
Text Example
White with #503A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A16; }
p { color: rgb(80,58,22); }
H1.HeaderClassName
{
color: #503A16;
}
.AnyTagClassName
{
color: #503A16;
}
</style>
background-color css
<style>
a { background-color: #503A16; }
a { background-color: rgb(80,58,22); }
div.DivClassName
{
background-color: #503A16;
}
.BgClassName
{
background-color: #503A16;
}
</style>
border-color css
<style>
span { border-color: #503A16; }
span { border-color: rgb(80,58,22); }
td.TdClassName
{
border-color: #503A16;
}
.TagClassName
{
border-color: #503A16;
}
</style>