Shades of Clinker #473A26
Tints of Clinker #473A26
RGB
CMYK
RGB Variations
Color information
#473A26 (or 0x473A26) is known color: Clinker. HEX triplet: 47, 3A and 26. RGB value is (71,58,38). Sum of RGB (Red+Green+Blue) = 71+58+38=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #473A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A26 is #B8C5D9. Grayscale: #3B3B3B. Windows color (decimal): -12109274 or 2505287. OLE color: 2505287.
HSL color Cylindrical-coordinate representation of color #473A26: hue angle of 36.36º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #473A26 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 38 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.72 |
| HSL | 36.36º | 0.3% | 0.21% | - |
| HSV(B) | 36.36º | 0.46% | 0.28% | - |
| XYZ | 4.46 | 4.51 | 2.47 | - |
| YUV | 59.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 38 | 0 | 0.18 | 0.46 | 0.72 | 36.36 | 0.3 | 0.21 |
| Hex | 47 | 3A | 26 | 0 | 12 | 2E | 48 | 24 | 1E | 15 |
| Octal | 107 | 72 | 46 | 0 | 22 | 56 | 110 | 44 | 36 | 25 |
| Binary | 1000111 | 111010 | 100110 | 0 | 10010 | 101110 | 1001000 | 100100 | 11110 | 10101 |
Color Harmonies of #473A26
Complementary color
Monochromatic Colors of #473A26
Black with #473A26
Text Example
Text Example
White with #473A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A26; }
p { color: rgb(71,58,38); }
H1.HeaderClassName
{
color: #473A26;
}
.AnyTagClassName
{
color: #473A26;
}
</style>
background-color css
<style>
a { background-color: #473A26; }
a { background-color: rgb(71,58,38); }
div.DivClassName
{
background-color: #473A26;
}
.BgClassName
{
background-color: #473A26;
}
</style>
border-color css
<style>
span { border-color: #473A26; }
span { border-color: rgb(71,58,38); }
td.TdClassName
{
border-color: #473A26;
}
.TagClassName
{
border-color: #473A26;
}
</style>