Shades of Crater Brown #484342
Tints of Crater Brown #484342
RGB
CMYK
RGB Variations
Color information
#484342 (or 0x484342) is known color: Crater Brown. HEX triplet: 48, 43 and 42. RGB value is (72,67,66). Sum of RGB (Red+Green+Blue) = 72+67+66=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 72 - color contains mainly: red. Hex color #484342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484342 is #B7BCBD. Grayscale: #444444. Windows color (decimal): -12041406 or 4342600. OLE color: 4342600.
HSL color Cylindrical-coordinate representation of color #484342: hue angle of 10º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #484342 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 66 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.72 |
| HSL | 10º | 0.04% | 0.27% | - |
| HSV(B) | 10º | 0.08% | 0.28% | - |
| XYZ | 5.66 | 5.79 | 5.97 | - |
| YUV | 68.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 66 | 0 | 0.07 | 0.08 | 0.72 | 10 | 0.04 | 0.27 |
| Hex | 48 | 43 | 42 | 0 | 7 | 8 | 48 | A | 4 | 1B |
| Octal | 110 | 103 | 102 | 0 | 7 | 10 | 110 | 12 | 4 | 33 |
| Binary | 1001000 | 1000011 | 1000010 | 0 | 111 | 1000 | 1001000 | 1010 | 100 | 11011 |
Color Harmonies of #484342
Complementary color
Monochromatic Colors of #484342
Black with #484342
Text Example
Text Example
White with #484342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484342; }
p { color: rgb(72,67,66); }
H1.HeaderClassName
{
color: #484342;
}
.AnyTagClassName
{
color: #484342;
}
</style>
background-color css
<style>
a { background-color: #484342; }
a { background-color: rgb(72,67,66); }
div.DivClassName
{
background-color: #484342;
}
.BgClassName
{
background-color: #484342;
}
</style>
border-color css
<style>
span { border-color: #484342; }
span { border-color: rgb(72,67,66); }
td.TdClassName
{
border-color: #484342;
}
.TagClassName
{
border-color: #484342;
}
</style>