Shades of Crater Brown #483C3A
Tints of Crater Brown #483C3A
RGB
CMYK
RGB Variations
Color information
#483C3A (or 0x483C3A) is known color: Crater Brown. HEX triplet: 48, 3C and 3A. RGB value is (72,60,58). Sum of RGB (Red+Green+Blue) = 72+60+58=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #483C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C3A is #B7C3C5. Grayscale: #3F3F3F. Windows color (decimal): -12043206 or 3816520. OLE color: 3816520.
HSL color Cylindrical-coordinate representation of color #483C3A: hue angle of 8.57º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #483C3A is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 58 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.72 |
| HSL | 8.57º | 0.11% | 0.25% | - |
| HSV(B) | 8.57º | 0.19% | 0.28% | - |
| XYZ | 5.05 | 4.91 | 4.69 | - |
| YUV | 63.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 58 | 0 | 0.17 | 0.19 | 0.72 | 8.57 | 0.11 | 0.25 |
| Hex | 48 | 3C | 3A | 0 | 11 | 13 | 48 | 9 | B | 19 |
| Octal | 110 | 74 | 72 | 0 | 21 | 23 | 110 | 11 | 13 | 31 |
| Binary | 1001000 | 111100 | 111010 | 0 | 10001 | 10011 | 1001000 | 1001 | 1011 | 11001 |
Color Harmonies of #483C3A
Complementary color
Monochromatic Colors of #483C3A
Black with #483C3A
Text Example
Text Example
White with #483C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C3A; }
p { color: rgb(72,60,58); }
H1.HeaderClassName
{
color: #483C3A;
}
.AnyTagClassName
{
color: #483C3A;
}
</style>
background-color css
<style>
a { background-color: #483C3A; }
a { background-color: rgb(72,60,58); }
div.DivClassName
{
background-color: #483C3A;
}
.BgClassName
{
background-color: #483C3A;
}
</style>
border-color css
<style>
span { border-color: #483C3A; }
span { border-color: rgb(72,60,58); }
td.TdClassName
{
border-color: #483C3A;
}
.TagClassName
{
border-color: #483C3A;
}
</style>