Shades of Clinker #47361B
Tints of Clinker #47361B
RGB
CMYK
RGB Variations
Color information
#47361B (or 0x47361B) is known color: Clinker. HEX triplet: 47, 36 and 1B. RGB value is (71,54,27). Sum of RGB (Red+Green+Blue) = 71+54+27=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47361B is #B8C9E4. Grayscale: #383838. Windows color (decimal): -12110309 or 1783367. OLE color: 1783367.
HSL color Cylindrical-coordinate representation of color #47361B: hue angle of 36.82º 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 #47361B is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 54 | 27 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.72 |
| HSL | 36.82º | 0.45% | 0.19% | - |
| HSV(B) | 36.82º | 0.62% | 0.28% | - |
| XYZ | 4.12 | 4.06 | 1.6 | - |
| YUV | 56.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 27 | 0 | 0.24 | 0.62 | 0.72 | 36.82 | 0.45 | 0.19 |
| Hex | 47 | 36 | 1B | 0 | 18 | 3E | 48 | 25 | 2D | 13 |
| Octal | 107 | 66 | 33 | 0 | 30 | 76 | 110 | 45 | 55 | 23 |
| Binary | 1000111 | 110110 | 11011 | 0 | 11000 | 111110 | 1001000 | 100101 | 101101 | 10011 |
Color Harmonies of #47361B
Complementary color
Monochromatic Colors of #47361B
Black with #47361B
Text Example
Text Example
White with #47361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47361B; }
p { color: rgb(71,54,27); }
H1.HeaderClassName
{
color: #47361B;
}
.AnyTagClassName
{
color: #47361B;
}
</style>
background-color css
<style>
a { background-color: #47361B; }
a { background-color: rgb(71,54,27); }
div.DivClassName
{
background-color: #47361B;
}
.BgClassName
{
background-color: #47361B;
}
</style>
border-color css
<style>
span { border-color: #47361B; }
span { border-color: rgb(71,54,27); }
td.TdClassName
{
border-color: #47361B;
}
.TagClassName
{
border-color: #47361B;
}
</style>