Shades of Clinker #503C1E
Tints of Clinker #503C1E
RGB
CMYK
RGB Variations
Color information
#503C1E (or 0x503C1E) is known color: Clinker. HEX triplet: 50, 3C and 1E. RGB value is (80,60,30). Sum of RGB (Red+Green+Blue) = 80+60+30=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #503C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C1E is #AFC3E1. Grayscale: #3E3E3E. Windows color (decimal): -11518946 or 1981520. OLE color: 1981520.
HSL color Cylindrical-coordinate representation of color #503C1E: hue angle of 36º 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 #503C1E is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 30 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.69 |
| HSL | 36º | 0.45% | 0.22% | - |
| HSV(B) | 36º | 0.63% | 0.31% | - |
| XYZ | 5.16 | 5.03 | 1.93 | - |
| YUV | 62.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 30 | 0 | 0.25 | 0.62 | 0.69 | 36 | 0.45 | 0.22 |
| Hex | 50 | 3C | 1E | 0 | 19 | 3E | 45 | 24 | 2D | 16 |
| Octal | 120 | 74 | 36 | 0 | 31 | 76 | 105 | 44 | 55 | 26 |
| Binary | 1010000 | 111100 | 11110 | 0 | 11001 | 111110 | 1000101 | 100100 | 101101 | 10110 |
Color Harmonies of #503C1E
Complementary color
Monochromatic Colors of #503C1E
Black with #503C1E
Text Example
Text Example
White with #503C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C1E; }
p { color: rgb(80,60,30); }
H1.HeaderClassName
{
color: #503C1E;
}
.AnyTagClassName
{
color: #503C1E;
}
</style>
background-color css
<style>
a { background-color: #503C1E; }
a { background-color: rgb(80,60,30); }
div.DivClassName
{
background-color: #503C1E;
}
.BgClassName
{
background-color: #503C1E;
}
</style>
border-color css
<style>
span { border-color: #503C1E; }
span { border-color: rgb(80,60,30); }
td.TdClassName
{
border-color: #503C1E;
}
.TagClassName
{
border-color: #503C1E;
}
</style>