Shades of Clinker #493523
Tints of Clinker #493523
RGB
CMYK
RGB Variations
Color information
#493523 (or 0x493523) is known color: Clinker. HEX triplet: 49, 35 and 23. RGB value is (73,53,35). Sum of RGB (Red+Green+Blue) = 73+53+35=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #493523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493523 is #B6CADC. Grayscale: #393939. Windows color (decimal): -11979485 or 2307401. OLE color: 2307401.
HSL color Cylindrical-coordinate representation of color #493523: hue angle of 28.42º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #493523 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 53 | 35 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.71 |
| HSL | 28.42º | 0.35% | 0.21% | - |
| HSV(B) | 28.42º | 0.52% | 0.29% | - |
| XYZ | 4.32 | 4.08 | 2.15 | - |
| YUV | 56.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 35 | 0 | 0.27 | 0.52 | 0.71 | 28.42 | 0.35 | 0.21 |
| Hex | 49 | 35 | 23 | 0 | 1B | 34 | 47 | 1C | 23 | 15 |
| Octal | 111 | 65 | 43 | 0 | 33 | 64 | 107 | 34 | 43 | 25 |
| Binary | 1001001 | 110101 | 100011 | 0 | 11011 | 110100 | 1000111 | 11100 | 100011 | 10101 |
Color Harmonies of #493523
Complementary color
Monochromatic Colors of #493523
Black with #493523
Text Example
Text Example
White with #493523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493523; }
p { color: rgb(73,53,35); }
H1.HeaderClassName
{
color: #493523;
}
.AnyTagClassName
{
color: #493523;
}
</style>
background-color css
<style>
a { background-color: #493523; }
a { background-color: rgb(73,53,35); }
div.DivClassName
{
background-color: #493523;
}
.BgClassName
{
background-color: #493523;
}
</style>
border-color css
<style>
span { border-color: #493523; }
span { border-color: rgb(73,53,35); }
td.TdClassName
{
border-color: #493523;
}
.TagClassName
{
border-color: #493523;
}
</style>