Shades of Clinker #503A1E
Tints of Clinker #503A1E
RGB
CMYK
RGB Variations
Color information
#503A1E (or 0x503A1E) is known color: Clinker. HEX triplet: 50, 3A and 1E. RGB value is (80,58,30). Sum of RGB (Red+Green+Blue) = 80+58+30=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #503A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A1E is #AFC5E1. Grayscale: #3D3D3D. Windows color (decimal): -11519458 or 1981008. OLE color: 1981008.
HSL color Cylindrical-coordinate representation of color #503A1E: hue angle of 33.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503A1E is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 30 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.69 |
| HSL | 33.6º | 0.45% | 0.22% | - |
| HSV(B) | 33.6º | 0.63% | 0.31% | - |
| XYZ | 5.06 | 4.83 | 1.89 | - |
| YUV | 61.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 30 | 0 | 0.28 | 0.62 | 0.69 | 33.6 | 0.45 | 0.22 |
| Hex | 50 | 3A | 1E | 0 | 1C | 3E | 45 | 22 | 2D | 16 |
| Octal | 120 | 72 | 36 | 0 | 34 | 76 | 105 | 42 | 55 | 26 |
| Binary | 1010000 | 111010 | 11110 | 0 | 11100 | 111110 | 1000101 | 100010 | 101101 | 10110 |
Color Harmonies of #503A1E
Complementary color
Monochromatic Colors of #503A1E
Black with #503A1E
Text Example
Text Example
White with #503A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A1E; }
p { color: rgb(80,58,30); }
H1.HeaderClassName
{
color: #503A1E;
}
.AnyTagClassName
{
color: #503A1E;
}
</style>
background-color css
<style>
a { background-color: #503A1E; }
a { background-color: rgb(80,58,30); }
div.DivClassName
{
background-color: #503A1E;
}
.BgClassName
{
background-color: #503A1E;
}
</style>
border-color css
<style>
span { border-color: #503A1E; }
span { border-color: rgb(80,58,30); }
td.TdClassName
{
border-color: #503A1E;
}
.TagClassName
{
border-color: #503A1E;
}
</style>