Shades of Crater Brown #473C3A
Tints of Crater Brown #473C3A
RGB
CMYK
RGB Variations
Color information
#473C3A (or 0x473C3A) is known color: Crater Brown. HEX triplet: 47, 3C and 3A. RGB value is (71,60,58). Sum of RGB (Red+Green+Blue) = 71+60+58=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #473C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C3A is #B8C3C5. Grayscale: #3F3F3F. Windows color (decimal): -12108742 or 3816519. OLE color: 3816519.
HSL color Cylindrical-coordinate representation of color #473C3A: hue angle of 9.23º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #473C3A is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 60 | 58 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.72 |
| HSL | 9.23º | 0.1% | 0.25% | - |
| HSV(B) | 9.23º | 0.18% | 0.28% | - |
| XYZ | 4.98 | 4.88 | 4.68 | - |
| YUV | 63.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 58 | 0 | 0.15 | 0.18 | 0.72 | 9.23 | 0.1 | 0.25 |
| Hex | 47 | 3C | 3A | 0 | F | 12 | 48 | 9 | A | 19 |
| Octal | 107 | 74 | 72 | 0 | 17 | 22 | 110 | 11 | 12 | 31 |
| Binary | 1000111 | 111100 | 111010 | 0 | 1111 | 10010 | 1001000 | 1001 | 1010 | 11001 |
Color Harmonies of #473C3A
Complementary color
Monochromatic Colors of #473C3A
Black with #473C3A
Text Example
Text Example
White with #473C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C3A; }
p { color: rgb(71,60,58); }
H1.HeaderClassName
{
color: #473C3A;
}
.AnyTagClassName
{
color: #473C3A;
}
</style>
background-color css
<style>
a { background-color: #473C3A; }
a { background-color: rgb(71,60,58); }
div.DivClassName
{
background-color: #473C3A;
}
.BgClassName
{
background-color: #473C3A;
}
</style>
border-color css
<style>
span { border-color: #473C3A; }
span { border-color: rgb(71,60,58); }
td.TdClassName
{
border-color: #473C3A;
}
.TagClassName
{
border-color: #473C3A;
}
</style>