Shades of Clinker #473725
Tints of Clinker #473725
RGB
CMYK
RGB Variations
Color information
#473725 (or 0x473725) is known color: Clinker. HEX triplet: 47, 37 and 25. RGB value is (71,55,37). Sum of RGB (Red+Green+Blue) = 71+55+37=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #473725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473725 is #B8C8DA. Grayscale: #393939. Windows color (decimal): -12110043 or 2438983. OLE color: 2438983.
HSL color Cylindrical-coordinate representation of color #473725: hue angle of 31.76º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #473725 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 55 | 37 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.72 |
| HSL | 31.76º | 0.31% | 0.21% | - |
| HSV(B) | 31.76º | 0.48% | 0.28% | - |
| XYZ | 4.3 | 4.21 | 2.34 | - |
| YUV | 57.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 37 | 0 | 0.23 | 0.48 | 0.72 | 31.76 | 0.31 | 0.21 |
| Hex | 47 | 37 | 25 | 0 | 17 | 30 | 48 | 20 | 1F | 15 |
| Octal | 107 | 67 | 45 | 0 | 27 | 60 | 110 | 40 | 37 | 25 |
| Binary | 1000111 | 110111 | 100101 | 0 | 10111 | 110000 | 1001000 | 100000 | 11111 | 10101 |
Color Harmonies of #473725
Complementary color
Monochromatic Colors of #473725
Black with #473725
Text Example
Text Example
White with #473725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473725; }
p { color: rgb(71,55,37); }
H1.HeaderClassName
{
color: #473725;
}
.AnyTagClassName
{
color: #473725;
}
</style>
background-color css
<style>
a { background-color: #473725; }
a { background-color: rgb(71,55,37); }
div.DivClassName
{
background-color: #473725;
}
.BgClassName
{
background-color: #473725;
}
</style>
border-color css
<style>
span { border-color: #473725; }
span { border-color: rgb(71,55,37); }
td.TdClassName
{
border-color: #473725;
}
.TagClassName
{
border-color: #473725;
}
</style>