Shades of Crater Brown #4F403D
Tints of Crater Brown #4F403D
RGB
CMYK
RGB Variations
Color information
#4F403D (or 0x4F403D) is known color: Crater Brown. HEX triplet: 4F, 40 and 3D. RGB value is (79,64,61). Sum of RGB (Red+Green+Blue) = 79+64+61=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 79 - color contains mainly: red. Hex color #4F403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F403D is #B0BFC2. Grayscale: #444444. Windows color (decimal): -11583427 or 4014159. OLE color: 4014159.
HSL color Cylindrical-coordinate representation of color #4F403D: hue angle of 10º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F403D is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 64 | 61 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.69 |
| HSL | 10º | 0.13% | 0.27% | - |
| HSV(B) | 10º | 0.23% | 0.31% | - |
| XYZ | 5.9 | 5.67 | 5.2 | - |
| YUV | 68.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 61 | 0 | 0.19 | 0.23 | 0.69 | 10 | 0.13 | 0.27 |
| Hex | 4F | 40 | 3D | 0 | 13 | 17 | 45 | A | D | 1B |
| Octal | 117 | 100 | 75 | 0 | 23 | 27 | 105 | 12 | 15 | 33 |
| Binary | 1001111 | 1000000 | 111101 | 0 | 10011 | 10111 | 1000101 | 1010 | 1101 | 11011 |
Color Harmonies of #4F403D
Complementary color
Monochromatic Colors of #4F403D
Black with #4F403D
Text Example
Text Example
White with #4F403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F403D; }
p { color: rgb(79,64,61); }
H1.HeaderClassName
{
color: #4F403D;
}
.AnyTagClassName
{
color: #4F403D;
}
</style>
background-color css
<style>
a { background-color: #4F403D; }
a { background-color: rgb(79,64,61); }
div.DivClassName
{
background-color: #4F403D;
}
.BgClassName
{
background-color: #4F403D;
}
</style>
border-color css
<style>
span { border-color: #4F403D; }
span { border-color: rgb(79,64,61); }
td.TdClassName
{
border-color: #4F403D;
}
.TagClassName
{
border-color: #4F403D;
}
</style>