Shades of Crater Brown #463F3E
Tints of Crater Brown #463F3E
RGB
CMYK
RGB Variations
Color information
#463F3E (or 0x463F3E) is known color: Crater Brown. HEX triplet: 46, 3F and 3E. RGB value is (70,63,62). Sum of RGB (Red+Green+Blue) = 70+63+62=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 70 - color contains mainly: red. Hex color #463F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F3E is #B9C0C1. Grayscale: #404040. Windows color (decimal): -12173506 or 4079430. OLE color: 4079430.
HSL color Cylindrical-coordinate representation of color #463F3E: hue angle of 7.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #463F3E is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 62 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.73 |
| HSL | 7.5º | 0.06% | 0.26% | - |
| HSV(B) | 7.5º | 0.11% | 0.27% | - |
| XYZ | 5.17 | 5.2 | 5.29 | - |
| YUV | 64.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 62 | 0 | 0.10 | 0.11 | 0.73 | 7.5 | 0.06 | 0.26 |
| Hex | 46 | 3F | 3E | 0 | A | B | 49 | 8 | 6 | 1A |
| Octal | 106 | 77 | 76 | 0 | 12 | 13 | 111 | 10 | 6 | 32 |
| Binary | 1000110 | 111111 | 111110 | 0 | 1010 | 1011 | 1001001 | 1000 | 110 | 11010 |
Color Harmonies of #463F3E
Complementary color
Monochromatic Colors of #463F3E
Black with #463F3E
Text Example
Text Example
White with #463F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F3E; }
p { color: rgb(70,63,62); }
H1.HeaderClassName
{
color: #463F3E;
}
.AnyTagClassName
{
color: #463F3E;
}
</style>
background-color css
<style>
a { background-color: #463F3E; }
a { background-color: rgb(70,63,62); }
div.DivClassName
{
background-color: #463F3E;
}
.BgClassName
{
background-color: #463F3E;
}
</style>
border-color css
<style>
span { border-color: #463F3E; }
span { border-color: rgb(70,63,62); }
td.TdClassName
{
border-color: #463F3E;
}
.TagClassName
{
border-color: #463F3E;
}
</style>