Shades of Crater Brown #4B413F
Tints of Crater Brown #4B413F
RGB
CMYK
RGB Variations
Color information
#4B413F (or 0x4B413F) is known color: Crater Brown. HEX triplet: 4B, 41 and 3F. RGB value is (75,65,63). Sum of RGB (Red+Green+Blue) = 75+65+63=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 75 - color contains mainly: red. Hex color #4B413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B413F is #B4BEC0. Grayscale: #434343. Windows color (decimal): -11845313 or 4145483. OLE color: 4145483.
HSL color Cylindrical-coordinate representation of color #4B413F: hue angle of 10º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B413F is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 65 | 63 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.71 |
| HSL | 10º | 0.09% | 0.27% | - |
| HSV(B) | 10º | 0.16% | 0.29% | - |
| XYZ | 5.69 | 5.64 | 5.49 | - |
| YUV | 67.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 63 | 0 | 0.13 | 0.16 | 0.71 | 10 | 0.09 | 0.27 |
| Hex | 4B | 41 | 3F | 0 | D | 10 | 47 | A | 9 | 1B |
| Octal | 113 | 101 | 77 | 0 | 15 | 20 | 107 | 12 | 11 | 33 |
| Binary | 1001011 | 1000001 | 111111 | 0 | 1101 | 10000 | 1000111 | 1010 | 1001 | 11011 |
Color Harmonies of #4B413F
Complementary color
Monochromatic Colors of #4B413F
Black with #4B413F
Text Example
Text Example
White with #4B413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B413F; }
p { color: rgb(75,65,63); }
H1.HeaderClassName
{
color: #4B413F;
}
.AnyTagClassName
{
color: #4B413F;
}
</style>
background-color css
<style>
a { background-color: #4B413F; }
a { background-color: rgb(75,65,63); }
div.DivClassName
{
background-color: #4B413F;
}
.BgClassName
{
background-color: #4B413F;
}
</style>
border-color css
<style>
span { border-color: #4B413F; }
span { border-color: rgb(75,65,63); }
td.TdClassName
{
border-color: #4B413F;
}
.TagClassName
{
border-color: #4B413F;
}
</style>