Shades of Clinker #503911
Tints of Clinker #503911
RGB
CMYK
RGB Variations
Color information
#503911 (or 0x503911) is known color: Clinker. HEX triplet: 50, 39 and 11. RGB value is (80,57,17). Sum of RGB (Red+Green+Blue) = 80+57+17=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #503911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503911 is #AFC6EE. Grayscale: #3B3B3B. Windows color (decimal): -11519727 or 1128784. OLE color: 1128784.
HSL color Cylindrical-coordinate representation of color #503911: hue angle of 38.1º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #503911 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 57 | 17 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.69 |
| HSL | 38.1º | 0.65% | 0.19% | - |
| HSV(B) | 38.1º | 0.79% | 0.31% | - |
| XYZ | 4.87 | 4.67 | 1.18 | - |
| YUV | 59.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 17 | 0 | 0.29 | 0.79 | 0.69 | 38.1 | 0.65 | 0.19 |
| Hex | 50 | 39 | 11 | 0 | 1D | 4F | 45 | 26 | 41 | 13 |
| Octal | 120 | 71 | 21 | 0 | 35 | 117 | 105 | 46 | 101 | 23 |
| Binary | 1010000 | 111001 | 10001 | 0 | 11101 | 1001111 | 1000101 | 100110 | 1000001 | 10011 |
Color Harmonies of #503911
Complementary color
Monochromatic Colors of #503911
Black with #503911
Text Example
Text Example
White with #503911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503911; }
p { color: rgb(80,57,17); }
H1.HeaderClassName
{
color: #503911;
}
.AnyTagClassName
{
color: #503911;
}
</style>
background-color css
<style>
a { background-color: #503911; }
a { background-color: rgb(80,57,17); }
div.DivClassName
{
background-color: #503911;
}
.BgClassName
{
background-color: #503911;
}
</style>
border-color css
<style>
span { border-color: #503911; }
span { border-color: rgb(80,57,17); }
td.TdClassName
{
border-color: #503911;
}
.TagClassName
{
border-color: #503911;
}
</style>