Shades of Crater Brown #4B4240
Tints of Crater Brown #4B4240
RGB
CMYK
RGB Variations
Color information
#4B4240 (or 0x4B4240) is known color: Crater Brown. HEX triplet: 4B, 42 and 40. RGB value is (75,66,64). Sum of RGB (Red+Green+Blue) = 75+66+64=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4240 is #B4BDBF. Grayscale: #444444. Windows color (decimal): -11845056 or 4211275. OLE color: 4211275.
HSL color Cylindrical-coordinate representation of color #4B4240: hue angle of 10.91º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B4240 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 64 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.71 |
| HSL | 10.91º | 0.08% | 0.27% | - |
| HSV(B) | 10.91º | 0.15% | 0.29% | - |
| XYZ | 5.78 | 5.76 | 5.66 | - |
| YUV | 68.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 64 | 0 | 0.12 | 0.15 | 0.71 | 10.91 | 0.08 | 0.27 |
| Hex | 4B | 42 | 40 | 0 | C | F | 47 | B | 8 | 1B |
| Octal | 113 | 102 | 100 | 0 | 14 | 17 | 107 | 13 | 10 | 33 |
| Binary | 1001011 | 1000010 | 1000000 | 0 | 1100 | 1111 | 1000111 | 1011 | 1000 | 11011 |
Color Harmonies of #4B4240
Complementary color
Monochromatic Colors of #4B4240
Black with #4B4240
Text Example
Text Example
White with #4B4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4240; }
p { color: rgb(75,66,64); }
H1.HeaderClassName
{
color: #4B4240;
}
.AnyTagClassName
{
color: #4B4240;
}
</style>
background-color css
<style>
a { background-color: #4B4240; }
a { background-color: rgb(75,66,64); }
div.DivClassName
{
background-color: #4B4240;
}
.BgClassName
{
background-color: #4B4240;
}
</style>
border-color css
<style>
span { border-color: #4B4240; }
span { border-color: rgb(75,66,64); }
td.TdClassName
{
border-color: #4B4240;
}
.TagClassName
{
border-color: #4B4240;
}
</style>