Shades of Clinker #503C1D
Tints of Clinker #503C1D
RGB
CMYK
RGB Variations
Color information
#503C1D (or 0x503C1D) is known color: Clinker. HEX triplet: 50, 3C and 1D. RGB value is (80,60,29). Sum of RGB (Red+Green+Blue) = 80+60+29=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #503C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C1D is #AFC3E2. Grayscale: #3E3E3E. Windows color (decimal): -11518947 or 1915984. OLE color: 1915984.
HSL color Cylindrical-coordinate representation of color #503C1D: hue angle of 36.47º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #503C1D is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 29 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.69 |
| HSL | 36.47º | 0.47% | 0.21% | - |
| HSV(B) | 36.47º | 0.64% | 0.31% | - |
| XYZ | 5.15 | 5.03 | 1.86 | - |
| YUV | 62.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 29 | 0 | 0.25 | 0.64 | 0.69 | 36.47 | 0.47 | 0.21 |
| Hex | 50 | 3C | 1D | 0 | 19 | 40 | 45 | 24 | 2F | 15 |
| Octal | 120 | 74 | 35 | 0 | 31 | 100 | 105 | 44 | 57 | 25 |
| Binary | 1010000 | 111100 | 11101 | 0 | 11001 | 1000000 | 1000101 | 100100 | 101111 | 10101 |
Color Harmonies of #503C1D
Complementary color
Monochromatic Colors of #503C1D
Black with #503C1D
Text Example
Text Example
White with #503C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C1D; }
p { color: rgb(80,60,29); }
H1.HeaderClassName
{
color: #503C1D;
}
.AnyTagClassName
{
color: #503C1D;
}
</style>
background-color css
<style>
a { background-color: #503C1D; }
a { background-color: rgb(80,60,29); }
div.DivClassName
{
background-color: #503C1D;
}
.BgClassName
{
background-color: #503C1D;
}
</style>
border-color css
<style>
span { border-color: #503C1D; }
span { border-color: rgb(80,60,29); }
td.TdClassName
{
border-color: #503C1D;
}
.TagClassName
{
border-color: #503C1D;
}
</style>