Shades of Crater Brown #48413F
Tints of Crater Brown #48413F
RGB
CMYK
RGB Variations
Color information
#48413F (or 0x48413F) is known color: Crater Brown. HEX triplet: 48, 41 and 3F. RGB value is (72,65,63). Sum of RGB (Red+Green+Blue) = 72+65+63=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 72 - color contains mainly: red. Hex color #48413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48413F is #B7BEC0. Grayscale: #424242. Windows color (decimal): -12041921 or 4145480. OLE color: 4145480.
HSL color Cylindrical-coordinate representation of color #48413F: hue angle of 13.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48413F is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 65 | 63 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.72 |
| HSL | 13.33º | 0.07% | 0.26% | - |
| HSV(B) | 13.33º | 0.13% | 0.28% | - |
| XYZ | 5.46 | 5.52 | 5.48 | - |
| YUV | 66.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 63 | 0 | 0.10 | 0.12 | 0.72 | 13.33 | 0.07 | 0.26 |
| Hex | 48 | 41 | 3F | 0 | A | C | 48 | D | 7 | 1A |
| Octal | 110 | 101 | 77 | 0 | 12 | 14 | 110 | 15 | 7 | 32 |
| Binary | 1001000 | 1000001 | 111111 | 0 | 1010 | 1100 | 1001000 | 1101 | 111 | 11010 |
Color Harmonies of #48413F
Complementary color
Monochromatic Colors of #48413F
Black with #48413F
Text Example
Text Example
White with #48413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48413F; }
p { color: rgb(72,65,63); }
H1.HeaderClassName
{
color: #48413F;
}
.AnyTagClassName
{
color: #48413F;
}
</style>
background-color css
<style>
a { background-color: #48413F; }
a { background-color: rgb(72,65,63); }
div.DivClassName
{
background-color: #48413F;
}
.BgClassName
{
background-color: #48413F;
}
</style>
border-color css
<style>
span { border-color: #48413F; }
span { border-color: rgb(72,65,63); }
td.TdClassName
{
border-color: #48413F;
}
.TagClassName
{
border-color: #48413F;
}
</style>