Shades of Crater Brown #463D3C
Tints of Crater Brown #463D3C
RGB
CMYK
RGB Variations
Color information
#463D3C (or 0x463D3C) is known color: Crater Brown. HEX triplet: 46, 3D and 3C. RGB value is (70,61,60). Sum of RGB (Red+Green+Blue) = 70+61+60=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 70 - color contains mainly: red. Hex color #463D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463D3C is #B9C2C3. Grayscale: #3F3F3F. Windows color (decimal): -12174020 or 3947846. OLE color: 3947846.
HSL color Cylindrical-coordinate representation of color #463D3C: hue angle of 6º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #463D3C is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 61 | 60 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.73 |
| HSL | 6º | 0.08% | 0.25% | - |
| HSV(B) | 6º | 0.14% | 0.27% | - |
| XYZ | 5.01 | 4.97 | 4.97 | - |
| YUV | 63.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 60 | 0 | 0.13 | 0.14 | 0.73 | 6 | 0.08 | 0.25 |
| Hex | 46 | 3D | 3C | 0 | D | E | 49 | 6 | 8 | 19 |
| Octal | 106 | 75 | 74 | 0 | 15 | 16 | 111 | 6 | 10 | 31 |
| Binary | 1000110 | 111101 | 111100 | 0 | 1101 | 1110 | 1001001 | 110 | 1000 | 11001 |
Color Harmonies of #463D3C
Complementary color
Monochromatic Colors of #463D3C
Black with #463D3C
Text Example
Text Example
White with #463D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D3C; }
p { color: rgb(70,61,60); }
H1.HeaderClassName
{
color: #463D3C;
}
.AnyTagClassName
{
color: #463D3C;
}
</style>
background-color css
<style>
a { background-color: #463D3C; }
a { background-color: rgb(70,61,60); }
div.DivClassName
{
background-color: #463D3C;
}
.BgClassName
{
background-color: #463D3C;
}
</style>
border-color css
<style>
span { border-color: #463D3C; }
span { border-color: rgb(70,61,60); }
td.TdClassName
{
border-color: #463D3C;
}
.TagClassName
{
border-color: #463D3C;
}
</style>