Shades of Crater Brown #463B39
Tints of Crater Brown #463B39
RGB
CMYK
RGB Variations
Color information
#463B39 (or 0x463B39) is known color: Crater Brown. HEX triplet: 46, 3B and 39. RGB value is (70,59,57). Sum of RGB (Red+Green+Blue) = 70+59+57=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 70 - color contains mainly: red. Hex color #463B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B39 is #B9C4C6. Grayscale: #3E3E3E. Windows color (decimal): -12174535 or 3750726. OLE color: 3750726.
HSL color Cylindrical-coordinate representation of color #463B39: hue angle of 9.23º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #463B39 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 59 | 57 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.73 |
| HSL | 9.23º | 0.1% | 0.25% | - |
| HSV(B) | 9.23º | 0.19% | 0.27% | - |
| XYZ | 4.83 | 4.73 | 4.53 | - |
| YUV | 62.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 57 | 0 | 0.16 | 0.19 | 0.73 | 9.23 | 0.1 | 0.25 |
| Hex | 46 | 3B | 39 | 0 | 10 | 13 | 49 | 9 | A | 19 |
| Octal | 106 | 73 | 71 | 0 | 20 | 23 | 111 | 11 | 12 | 31 |
| Binary | 1000110 | 111011 | 111001 | 0 | 10000 | 10011 | 1001001 | 1001 | 1010 | 11001 |
Color Harmonies of #463B39
Complementary color
Monochromatic Colors of #463B39
Black with #463B39
Text Example
Text Example
White with #463B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B39; }
p { color: rgb(70,59,57); }
H1.HeaderClassName
{
color: #463B39;
}
.AnyTagClassName
{
color: #463B39;
}
</style>
background-color css
<style>
a { background-color: #463B39; }
a { background-color: rgb(70,59,57); }
div.DivClassName
{
background-color: #463B39;
}
.BgClassName
{
background-color: #463B39;
}
</style>
border-color css
<style>
span { border-color: #463B39; }
span { border-color: rgb(70,59,57); }
td.TdClassName
{
border-color: #463B39;
}
.TagClassName
{
border-color: #463B39;
}
</style>