Shades of Crater Brown #473D3A
Tints of Crater Brown #473D3A
RGB
CMYK
RGB Variations
Color information
#473D3A (or 0x473D3A) is known color: Crater Brown. HEX triplet: 47, 3D and 3A. RGB value is (71,61,58). Sum of RGB (Red+Green+Blue) = 71+61+58=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #473D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D3A is #B8C2C5. Grayscale: #3F3F3F. Windows color (decimal): -12108486 or 3816775. OLE color: 3816775.
HSL color Cylindrical-coordinate representation of color #473D3A: hue angle of 13.85º 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 #473D3A is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 58 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.72 |
| HSL | 13.85º | 0.1% | 0.25% | - |
| HSV(B) | 13.85º | 0.18% | 0.28% | - |
| XYZ | 5.03 | 4.98 | 4.7 | - |
| YUV | 63.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 58 | 0 | 0.14 | 0.18 | 0.72 | 13.85 | 0.1 | 0.25 |
| Hex | 47 | 3D | 3A | 0 | E | 12 | 48 | E | A | 19 |
| Octal | 107 | 75 | 72 | 0 | 16 | 22 | 110 | 16 | 12 | 31 |
| Binary | 1000111 | 111101 | 111010 | 0 | 1110 | 10010 | 1001000 | 1110 | 1010 | 11001 |
Color Harmonies of #473D3A
Complementary color
Monochromatic Colors of #473D3A
Black with #473D3A
Text Example
Text Example
White with #473D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D3A; }
p { color: rgb(71,61,58); }
H1.HeaderClassName
{
color: #473D3A;
}
.AnyTagClassName
{
color: #473D3A;
}
</style>
background-color css
<style>
a { background-color: #473D3A; }
a { background-color: rgb(71,61,58); }
div.DivClassName
{
background-color: #473D3A;
}
.BgClassName
{
background-color: #473D3A;
}
</style>
border-color css
<style>
span { border-color: #473D3A; }
span { border-color: rgb(71,61,58); }
td.TdClassName
{
border-color: #473D3A;
}
.TagClassName
{
border-color: #473D3A;
}
</style>