Shades of Crater Brown #463F3D
Tints of Crater Brown #463F3D
RGB
CMYK
RGB Variations
Color information
#463F3D (or 0x463F3D) is known color: Crater Brown. HEX triplet: 46, 3F and 3D. RGB value is (70,63,61). Sum of RGB (Red+Green+Blue) = 70+63+61=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 70 - color contains mainly: red. Hex color #463F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F3D is #B9C0C2. Grayscale: #404040. Windows color (decimal): -12173507 or 4013894. OLE color: 4013894.
HSL color Cylindrical-coordinate representation of color #463F3D: hue angle of 13.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #463F3D is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 63 | 61 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.73 |
| HSL | 13.33º | 0.07% | 0.26% | - |
| HSV(B) | 13.33º | 0.13% | 0.27% | - |
| XYZ | 5.15 | 5.19 | 5.15 | - |
| YUV | 64.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 61 | 0 | 0.10 | 0.13 | 0.73 | 13.33 | 0.07 | 0.26 |
| Hex | 46 | 3F | 3D | 0 | A | D | 49 | D | 7 | 1A |
| Octal | 106 | 77 | 75 | 0 | 12 | 15 | 111 | 15 | 7 | 32 |
| Binary | 1000110 | 111111 | 111101 | 0 | 1010 | 1101 | 1001001 | 1101 | 111 | 11010 |
Color Harmonies of #463F3D
Complementary color
Monochromatic Colors of #463F3D
Black with #463F3D
Text Example
Text Example
White with #463F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463F3D; }
p { color: rgb(70,63,61); }
H1.HeaderClassName
{
color: #463F3D;
}
.AnyTagClassName
{
color: #463F3D;
}
</style>
background-color css
<style>
a { background-color: #463F3D; }
a { background-color: rgb(70,63,61); }
div.DivClassName
{
background-color: #463F3D;
}
.BgClassName
{
background-color: #463F3D;
}
</style>
border-color css
<style>
span { border-color: #463F3D; }
span { border-color: rgb(70,63,61); }
td.TdClassName
{
border-color: #463F3D;
}
.TagClassName
{
border-color: #463F3D;
}
</style>