Shades of Crater Brown #4B3C3A
Tints of Crater Brown #4B3C3A
RGB
CMYK
RGB Variations
Color information
#4B3C3A (or 0x4B3C3A) is known color: Crater Brown. HEX triplet: 4B, 3C and 3A. RGB value is (75,60,58). Sum of RGB (Red+Green+Blue) = 75+60+58=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3C3A is #B4C3C5. Grayscale: #404040. Windows color (decimal): -11846598 or 3816523. OLE color: 3816523.
HSL color Cylindrical-coordinate representation of color #4B3C3A: hue angle of 7.06º 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 #4B3C3A is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 60 | 58 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.71 |
| HSL | 7.06º | 0.13% | 0.26% | - |
| HSV(B) | 7.06º | 0.23% | 0.29% | - |
| XYZ | 5.28 | 5.03 | 4.7 | - |
| YUV | 64.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 58 | 0 | 0.20 | 0.23 | 0.71 | 7.06 | 0.13 | 0.26 |
| Hex | 4B | 3C | 3A | 0 | 14 | 17 | 47 | 7 | D | 1A |
| Octal | 113 | 74 | 72 | 0 | 24 | 27 | 107 | 7 | 15 | 32 |
| Binary | 1001011 | 111100 | 111010 | 0 | 10100 | 10111 | 1000111 | 111 | 1101 | 11010 |
Color Harmonies of #4B3C3A
Complementary color
Monochromatic Colors of #4B3C3A
Black with #4B3C3A
Text Example
Text Example
White with #4B3C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3C3A; }
p { color: rgb(75,60,58); }
H1.HeaderClassName
{
color: #4B3C3A;
}
.AnyTagClassName
{
color: #4B3C3A;
}
</style>
background-color css
<style>
a { background-color: #4B3C3A; }
a { background-color: rgb(75,60,58); }
div.DivClassName
{
background-color: #4B3C3A;
}
.BgClassName
{
background-color: #4B3C3A;
}
</style>
border-color css
<style>
span { border-color: #4B3C3A; }
span { border-color: rgb(75,60,58); }
td.TdClassName
{
border-color: #4B3C3A;
}
.TagClassName
{
border-color: #4B3C3A;
}
</style>