Shades of Clinker #503B23
Tints of Clinker #503B23
RGB
CMYK
RGB Variations
Color information
#503B23 (or 0x503B23) is known color: Clinker. HEX triplet: 50, 3B and 23. RGB value is (80,59,35). Sum of RGB (Red+Green+Blue) = 80+59+35=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #503B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B23 is #AFC4DC. Grayscale: #3E3E3E. Windows color (decimal): -11519197 or 2308944. OLE color: 2308944.
HSL color Cylindrical-coordinate representation of color #503B23: hue angle of 32º 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 #503B23 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 35 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.69 |
| HSL | 32º | 0.39% | 0.23% | - |
| HSV(B) | 32º | 0.56% | 0.31% | - |
| XYZ | 5.18 | 4.95 | 2.27 | - |
| YUV | 62.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 35 | 0 | 0.26 | 0.56 | 0.69 | 32 | 0.39 | 0.23 |
| Hex | 50 | 3B | 23 | 0 | 1A | 38 | 45 | 20 | 27 | 17 |
| Octal | 120 | 73 | 43 | 0 | 32 | 70 | 105 | 40 | 47 | 27 |
| Binary | 1010000 | 111011 | 100011 | 0 | 11010 | 111000 | 1000101 | 100000 | 100111 | 10111 |
Color Harmonies of #503B23
Complementary color
Monochromatic Colors of #503B23
Black with #503B23
Text Example
Text Example
White with #503B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B23; }
p { color: rgb(80,59,35); }
H1.HeaderClassName
{
color: #503B23;
}
.AnyTagClassName
{
color: #503B23;
}
</style>
background-color css
<style>
a { background-color: #503B23; }
a { background-color: rgb(80,59,35); }
div.DivClassName
{
background-color: #503B23;
}
.BgClassName
{
background-color: #503B23;
}
</style>
border-color css
<style>
span { border-color: #503B23; }
span { border-color: rgb(80,59,35); }
td.TdClassName
{
border-color: #503B23;
}
.TagClassName
{
border-color: #503B23;
}
</style>