Shades of Clinker #47341D
Tints of Clinker #47341D
RGB
CMYK
RGB Variations
Color information
#47341D (or 0x47341D) is known color: Clinker. HEX triplet: 47, 34 and 1D. RGB value is (71,52,29). Sum of RGB (Red+Green+Blue) = 71+52+29=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47341D is #B8CBE2. Grayscale: #373737. Windows color (decimal): -12110819 or 1913927. OLE color: 1913927.
HSL color Cylindrical-coordinate representation of color #47341D: hue angle of 32.86º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47341D is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 52 | 29 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.72 |
| HSL | 32.86º | 0.42% | 0.2% | - |
| HSV(B) | 32.86º | 0.59% | 0.28% | - |
| XYZ | 4.05 | 3.88 | 1.7 | - |
| YUV | 55.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 29 | 0 | 0.27 | 0.59 | 0.72 | 32.86 | 0.42 | 0.2 |
| Hex | 47 | 34 | 1D | 0 | 1B | 3B | 48 | 21 | 2A | 14 |
| Octal | 107 | 64 | 35 | 0 | 33 | 73 | 110 | 41 | 52 | 24 |
| Binary | 1000111 | 110100 | 11101 | 0 | 11011 | 111011 | 1001000 | 100001 | 101010 | 10100 |
Color Harmonies of #47341D
Complementary color
Monochromatic Colors of #47341D
Black with #47341D
Text Example
Text Example
White with #47341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47341D; }
p { color: rgb(71,52,29); }
H1.HeaderClassName
{
color: #47341D;
}
.AnyTagClassName
{
color: #47341D;
}
</style>
background-color css
<style>
a { background-color: #47341D; }
a { background-color: rgb(71,52,29); }
div.DivClassName
{
background-color: #47341D;
}
.BgClassName
{
background-color: #47341D;
}
</style>
border-color css
<style>
span { border-color: #47341D; }
span { border-color: rgb(71,52,29); }
td.TdClassName
{
border-color: #47341D;
}
.TagClassName
{
border-color: #47341D;
}
</style>