Shades of Crater Brown #473F3E
Tints of Crater Brown #473F3E
RGB
CMYK
RGB Variations
Color information
#473F3E (or 0x473F3E) is known color: Crater Brown. HEX triplet: 47, 3F and 3E. RGB value is (71,63,62). Sum of RGB (Red+Green+Blue) = 71+63+62=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 71 - color contains mainly: red. Hex color #473F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F3E is #B8C0C1. Grayscale: #414141. Windows color (decimal): -12107970 or 4079431. OLE color: 4079431.
HSL color Cylindrical-coordinate representation of color #473F3E: hue angle of 6.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #473F3E is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 62 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.72 |
| HSL | 6.67º | 0.07% | 0.26% | - |
| HSV(B) | 6.67º | 0.13% | 0.28% | - |
| XYZ | 5.25 | 5.24 | 5.29 | - |
| YUV | 65.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 62 | 0 | 0.11 | 0.13 | 0.72 | 6.67 | 0.07 | 0.26 |
| Hex | 47 | 3F | 3E | 0 | B | D | 48 | 7 | 7 | 1A |
| Octal | 107 | 77 | 76 | 0 | 13 | 15 | 110 | 7 | 7 | 32 |
| Binary | 1000111 | 111111 | 111110 | 0 | 1011 | 1101 | 1001000 | 111 | 111 | 11010 |
Color Harmonies of #473F3E
Complementary color
Monochromatic Colors of #473F3E
Black with #473F3E
Text Example
Text Example
White with #473F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F3E; }
p { color: rgb(71,63,62); }
H1.HeaderClassName
{
color: #473F3E;
}
.AnyTagClassName
{
color: #473F3E;
}
</style>
background-color css
<style>
a { background-color: #473F3E; }
a { background-color: rgb(71,63,62); }
div.DivClassName
{
background-color: #473F3E;
}
.BgClassName
{
background-color: #473F3E;
}
</style>
border-color css
<style>
span { border-color: #473F3E; }
span { border-color: rgb(71,63,62); }
td.TdClassName
{
border-color: #473F3E;
}
.TagClassName
{
border-color: #473F3E;
}
</style>