Shades of Crater Brown #4B423F
Tints of Crater Brown #4B423F
RGB
CMYK
RGB Variations
Color information
#4B423F (or 0x4B423F) is known color: Crater Brown. HEX triplet: 4B, 42 and 3F. RGB value is (75,66,63). Sum of RGB (Red+Green+Blue) = 75+66+63=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 75 - color contains mainly: red. Hex color #4B423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B423F is #B4BDC0. Grayscale: #444444. Windows color (decimal): -11845057 or 4145739. OLE color: 4145739.
HSL color Cylindrical-coordinate representation of color #4B423F: hue angle of 15º 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 #4B423F is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 63 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.71 |
| HSL | 15º | 0.09% | 0.27% | - |
| HSV(B) | 15º | 0.16% | 0.29% | - |
| XYZ | 5.75 | 5.75 | 5.51 | - |
| YUV | 68.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 63 | 0 | 0.12 | 0.16 | 0.71 | 15 | 0.09 | 0.27 |
| Hex | 4B | 42 | 3F | 0 | C | 10 | 47 | F | 9 | 1B |
| Octal | 113 | 102 | 77 | 0 | 14 | 20 | 107 | 17 | 11 | 33 |
| Binary | 1001011 | 1000010 | 111111 | 0 | 1100 | 10000 | 1000111 | 1111 | 1001 | 11011 |
Color Harmonies of #4B423F
Complementary color
Monochromatic Colors of #4B423F
Black with #4B423F
Text Example
Text Example
White with #4B423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B423F; }
p { color: rgb(75,66,63); }
H1.HeaderClassName
{
color: #4B423F;
}
.AnyTagClassName
{
color: #4B423F;
}
</style>
background-color css
<style>
a { background-color: #4B423F; }
a { background-color: rgb(75,66,63); }
div.DivClassName
{
background-color: #4B423F;
}
.BgClassName
{
background-color: #4B423F;
}
</style>
border-color css
<style>
span { border-color: #4B423F; }
span { border-color: rgb(75,66,63); }
td.TdClassName
{
border-color: #4B423F;
}
.TagClassName
{
border-color: #4B423F;
}
</style>