Shades of Clinker #503A17
Tints of Clinker #503A17
RGB
CMYK
RGB Variations
Color information
#503A17 (or 0x503A17) is known color: Clinker. HEX triplet: 50, 3A and 17. RGB value is (80,58,23). Sum of RGB (Red+Green+Blue) = 80+58+23=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #503A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503A17 is #AFC5E8. Grayscale: #3C3C3C. Windows color (decimal): -11519465 or 1522256. OLE color: 1522256.
HSL color Cylindrical-coordinate representation of color #503A17: hue angle of 36.84º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503A17 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 23 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.69 |
| HSL | 36.84º | 0.55% | 0.2% | - |
| HSV(B) | 36.84º | 0.71% | 0.31% | - |
| XYZ | 4.98 | 4.79 | 1.47 | - |
| YUV | 60.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 23 | 0 | 0.28 | 0.71 | 0.69 | 36.84 | 0.55 | 0.2 |
| Hex | 50 | 3A | 17 | 0 | 1C | 47 | 45 | 25 | 37 | 14 |
| Octal | 120 | 72 | 27 | 0 | 34 | 107 | 105 | 45 | 67 | 24 |
| Binary | 1010000 | 111010 | 10111 | 0 | 11100 | 1000111 | 1000101 | 100101 | 110111 | 10100 |
Color Harmonies of #503A17
Complementary color
Monochromatic Colors of #503A17
Black with #503A17
Text Example
Text Example
White with #503A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A17; }
p { color: rgb(80,58,23); }
H1.HeaderClassName
{
color: #503A17;
}
.AnyTagClassName
{
color: #503A17;
}
</style>
background-color css
<style>
a { background-color: #503A17; }
a { background-color: rgb(80,58,23); }
div.DivClassName
{
background-color: #503A17;
}
.BgClassName
{
background-color: #503A17;
}
</style>
border-color css
<style>
span { border-color: #503A17; }
span { border-color: rgb(80,58,23); }
td.TdClassName
{
border-color: #503A17;
}
.TagClassName
{
border-color: #503A17;
}
</style>