Shades of Clinker #503A23
Tints of Clinker #503A23
RGB
CMYK
RGB Variations
Color information
#503A23 (or 0x503A23) is known color: Clinker. HEX triplet: 50, 3A and 23. RGB value is (80,58,35). Sum of RGB (Red+Green+Blue) = 80+58+35=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #503A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A23 is #AFC5DC. Grayscale: #3E3E3E. Windows color (decimal): -11519453 or 2308688. OLE color: 2308688.
HSL color Cylindrical-coordinate representation of color #503A23: hue angle of 30.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #503A23 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 35 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.69 |
| HSL | 30.67º | 0.39% | 0.23% | - |
| HSV(B) | 30.67º | 0.56% | 0.31% | - |
| XYZ | 5.12 | 4.85 | 2.26 | - |
| YUV | 61.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 35 | 0 | 0.28 | 0.56 | 0.69 | 30.67 | 0.39 | 0.23 |
| Hex | 50 | 3A | 23 | 0 | 1C | 38 | 45 | 1F | 27 | 17 |
| Octal | 120 | 72 | 43 | 0 | 34 | 70 | 105 | 37 | 47 | 27 |
| Binary | 1010000 | 111010 | 100011 | 0 | 11100 | 111000 | 1000101 | 11111 | 100111 | 10111 |
Color Harmonies of #503A23
Complementary color
Monochromatic Colors of #503A23
Black with #503A23
Text Example
Text Example
White with #503A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A23; }
p { color: rgb(80,58,35); }
H1.HeaderClassName
{
color: #503A23;
}
.AnyTagClassName
{
color: #503A23;
}
</style>
background-color css
<style>
a { background-color: #503A23; }
a { background-color: rgb(80,58,35); }
div.DivClassName
{
background-color: #503A23;
}
.BgClassName
{
background-color: #503A23;
}
</style>
border-color css
<style>
span { border-color: #503A23; }
span { border-color: rgb(80,58,35); }
td.TdClassName
{
border-color: #503A23;
}
.TagClassName
{
border-color: #503A23;
}
</style>