Shades of Crater Brown #483D3A
Tints of Crater Brown #483D3A
RGB
CMYK
RGB Variations
Color information
#483D3A (or 0x483D3A) is known color: Crater Brown. HEX triplet: 48, 3D and 3A. RGB value is (72,61,58). Sum of RGB (Red+Green+Blue) = 72+61+58=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D3A is #B7C2C5. Grayscale: #3F3F3F. Windows color (decimal): -12042950 or 3816776. OLE color: 3816776.
HSL color Cylindrical-coordinate representation of color #483D3A: hue angle of 12.86º 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 #483D3A is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 58 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.72 |
| HSL | 12.86º | 0.11% | 0.25% | - |
| HSV(B) | 12.86º | 0.19% | 0.28% | - |
| XYZ | 5.1 | 5.02 | 4.7 | - |
| YUV | 63.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 58 | 0 | 0.15 | 0.19 | 0.72 | 12.86 | 0.11 | 0.25 |
| Hex | 48 | 3D | 3A | 0 | F | 13 | 48 | D | B | 19 |
| Octal | 110 | 75 | 72 | 0 | 17 | 23 | 110 | 15 | 13 | 31 |
| Binary | 1001000 | 111101 | 111010 | 0 | 1111 | 10011 | 1001000 | 1101 | 1011 | 11001 |
Color Harmonies of #483D3A
Complementary color
Monochromatic Colors of #483D3A
Black with #483D3A
Text Example
Text Example
White with #483D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D3A; }
p { color: rgb(72,61,58); }
H1.HeaderClassName
{
color: #483D3A;
}
.AnyTagClassName
{
color: #483D3A;
}
</style>
background-color css
<style>
a { background-color: #483D3A; }
a { background-color: rgb(72,61,58); }
div.DivClassName
{
background-color: #483D3A;
}
.BgClassName
{
background-color: #483D3A;
}
</style>
border-color css
<style>
span { border-color: #483D3A; }
span { border-color: rgb(72,61,58); }
td.TdClassName
{
border-color: #483D3A;
}
.TagClassName
{
border-color: #483D3A;
}
</style>