Shades of Crater Brown #473D3B
Tints of Crater Brown #473D3B
RGB
CMYK
RGB Variations
Color information
#473D3B (or 0x473D3B) is known color: Crater Brown. HEX triplet: 47, 3D and 3B. RGB value is (71,61,59). Sum of RGB (Red+Green+Blue) = 71+61+59=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #473D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D3B is #B8C2C4. Grayscale: #3F3F3F. Windows color (decimal): -12108485 or 3882311. OLE color: 3882311.
HSL color Cylindrical-coordinate representation of color #473D3B: hue angle of 10º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #473D3B is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 59 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.72 |
| HSL | 10º | 0.09% | 0.25% | - |
| HSV(B) | 10º | 0.17% | 0.28% | - |
| XYZ | 5.06 | 4.99 | 4.83 | - |
| YUV | 63.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 59 | 0 | 0.14 | 0.17 | 0.72 | 10 | 0.09 | 0.25 |
| Hex | 47 | 3D | 3B | 0 | E | 11 | 48 | A | 9 | 19 |
| Octal | 107 | 75 | 73 | 0 | 16 | 21 | 110 | 12 | 11 | 31 |
| Binary | 1000111 | 111101 | 111011 | 0 | 1110 | 10001 | 1001000 | 1010 | 1001 | 11001 |
Color Harmonies of #473D3B
Complementary color
Monochromatic Colors of #473D3B
Black with #473D3B
Text Example
Text Example
White with #473D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D3B; }
p { color: rgb(71,61,59); }
H1.HeaderClassName
{
color: #473D3B;
}
.AnyTagClassName
{
color: #473D3B;
}
</style>
background-color css
<style>
a { background-color: #473D3B; }
a { background-color: rgb(71,61,59); }
div.DivClassName
{
background-color: #473D3B;
}
.BgClassName
{
background-color: #473D3B;
}
</style>
border-color css
<style>
span { border-color: #473D3B; }
span { border-color: rgb(71,61,59); }
td.TdClassName
{
border-color: #473D3B;
}
.TagClassName
{
border-color: #473D3B;
}
</style>