Shades of Clinker #47331B
Tints of Clinker #47331B
RGB
CMYK
RGB Variations
Color information
#47331B (or 0x47331B) is known color: Clinker. HEX triplet: 47, 33 and 1B. RGB value is (71,51,27). Sum of RGB (Red+Green+Blue) = 71+51+27=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47331B is #B8CCE4. Grayscale: #363636. Windows color (decimal): -12111077 or 1782599. OLE color: 1782599.
HSL color Cylindrical-coordinate representation of color #47331B: hue angle of 32.73º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47331B is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 51 | 27 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.72 |
| HSL | 32.73º | 0.45% | 0.19% | - |
| HSV(B) | 32.73º | 0.62% | 0.28% | - |
| XYZ | 3.98 | 3.79 | 1.56 | - |
| YUV | 54.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 27 | 0 | 0.28 | 0.62 | 0.72 | 32.73 | 0.45 | 0.19 |
| Hex | 47 | 33 | 1B | 0 | 1C | 3E | 48 | 21 | 2D | 13 |
| Octal | 107 | 63 | 33 | 0 | 34 | 76 | 110 | 41 | 55 | 23 |
| Binary | 1000111 | 110011 | 11011 | 0 | 11100 | 111110 | 1001000 | 100001 | 101101 | 10011 |
Color Harmonies of #47331B
Complementary color
Monochromatic Colors of #47331B
Black with #47331B
Text Example
Text Example
White with #47331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47331B; }
p { color: rgb(71,51,27); }
H1.HeaderClassName
{
color: #47331B;
}
.AnyTagClassName
{
color: #47331B;
}
</style>
background-color css
<style>
a { background-color: #47331B; }
a { background-color: rgb(71,51,27); }
div.DivClassName
{
background-color: #47331B;
}
.BgClassName
{
background-color: #47331B;
}
</style>
border-color css
<style>
span { border-color: #47331B; }
span { border-color: rgb(71,51,27); }
td.TdClassName
{
border-color: #47331B;
}
.TagClassName
{
border-color: #47331B;
}
</style>