Shades of Crater Brown #4B3E3A
Tints of Crater Brown #4B3E3A
RGB
CMYK
RGB Variations
Color information
#4B3E3A (or 0x4B3E3A) is known color: Crater Brown. HEX triplet: 4B, 3E and 3A. RGB value is (75,62,58). Sum of RGB (Red+Green+Blue) = 75+62+58=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3E3A is #B4C1C5. Grayscale: #414141. Windows color (decimal): -11846086 or 3817035. OLE color: 3817035.
HSL color Cylindrical-coordinate representation of color #4B3E3A: hue angle of 14.12º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B3E3A is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 62 | 58 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.71 |
| HSL | 14.12º | 0.13% | 0.26% | - |
| HSV(B) | 14.12º | 0.23% | 0.29% | - |
| XYZ | 5.39 | 5.25 | 4.73 | - |
| YUV | 65.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 58 | 0 | 0.17 | 0.23 | 0.71 | 14.12 | 0.13 | 0.26 |
| Hex | 4B | 3E | 3A | 0 | 11 | 17 | 47 | E | D | 1A |
| Octal | 113 | 76 | 72 | 0 | 21 | 27 | 107 | 16 | 15 | 32 |
| Binary | 1001011 | 111110 | 111010 | 0 | 10001 | 10111 | 1000111 | 1110 | 1101 | 11010 |
Color Harmonies of #4B3E3A
Complementary color
Monochromatic Colors of #4B3E3A
Black with #4B3E3A
Text Example
Text Example
White with #4B3E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3E3A; }
p { color: rgb(75,62,58); }
H1.HeaderClassName
{
color: #4B3E3A;
}
.AnyTagClassName
{
color: #4B3E3A;
}
</style>
background-color css
<style>
a { background-color: #4B3E3A; }
a { background-color: rgb(75,62,58); }
div.DivClassName
{
background-color: #4B3E3A;
}
.BgClassName
{
background-color: #4B3E3A;
}
</style>
border-color css
<style>
span { border-color: #4B3E3A; }
span { border-color: rgb(75,62,58); }
td.TdClassName
{
border-color: #4B3E3A;
}
.TagClassName
{
border-color: #4B3E3A;
}
</style>