Shades of Clinker #47321B
Tints of Clinker #47321B
RGB
CMYK
RGB Variations
Color information
#47321B (or 0x47321B) is known color: Clinker. HEX triplet: 47, 32 and 1B. RGB value is (71,50,27). Sum of RGB (Red+Green+Blue) = 71+50+27=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 71 - color contains mainly: red. Hex color #47321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47321B is #B8CDE4. Grayscale: #353535. Windows color (decimal): -12111333 or 1782343. OLE color: 1782343.
HSL color Cylindrical-coordinate representation of color #47321B: hue angle of 31.36º 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 #47321B is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 50 | 27 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.72 |
| HSL | 31.36º | 0.45% | 0.19% | - |
| HSV(B) | 31.36º | 0.62% | 0.28% | - |
| XYZ | 3.94 | 3.7 | 1.54 | - |
| YUV | 53.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 27 | 0 | 0.30 | 0.62 | 0.72 | 31.36 | 0.45 | 0.19 |
| Hex | 47 | 32 | 1B | 0 | 1E | 3E | 48 | 1F | 2D | 13 |
| Octal | 107 | 62 | 33 | 0 | 36 | 76 | 110 | 37 | 55 | 23 |
| Binary | 1000111 | 110010 | 11011 | 0 | 11110 | 111110 | 1001000 | 11111 | 101101 | 10011 |
Color Harmonies of #47321B
Complementary color
Monochromatic Colors of #47321B
Black with #47321B
Text Example
Text Example
White with #47321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47321B; }
p { color: rgb(71,50,27); }
H1.HeaderClassName
{
color: #47321B;
}
.AnyTagClassName
{
color: #47321B;
}
</style>
background-color css
<style>
a { background-color: #47321B; }
a { background-color: rgb(71,50,27); }
div.DivClassName
{
background-color: #47321B;
}
.BgClassName
{
background-color: #47321B;
}
</style>
border-color css
<style>
span { border-color: #47321B; }
span { border-color: rgb(71,50,27); }
td.TdClassName
{
border-color: #47321B;
}
.TagClassName
{
border-color: #47321B;
}
</style>