Shades of Crater Brown #483D3C
Tints of Crater Brown #483D3C
RGB
CMYK
RGB Variations
Color information
#483D3C (or 0x483D3C) is known color: Crater Brown. HEX triplet: 48, 3D and 3C. RGB value is (72,61,60). Sum of RGB (Red+Green+Blue) = 72+61+60=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #483D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D3C is #B7C2C3. Grayscale: #404040. Windows color (decimal): -12042948 or 3947848. OLE color: 3947848.
HSL color Cylindrical-coordinate representation of color #483D3C: hue angle of 5º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #483D3C is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 60 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.72 |
| HSL | 5º | 0.09% | 0.26% | - |
| HSV(B) | 5º | 0.17% | 0.28% | - |
| XYZ | 5.16 | 5.04 | 4.98 | - |
| YUV | 64.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 60 | 0 | 0.15 | 0.17 | 0.72 | 5 | 0.09 | 0.26 |
| Hex | 48 | 3D | 3C | 0 | F | 11 | 48 | 5 | 9 | 1A |
| Octal | 110 | 75 | 74 | 0 | 17 | 21 | 110 | 5 | 11 | 32 |
| Binary | 1001000 | 111101 | 111100 | 0 | 1111 | 10001 | 1001000 | 101 | 1001 | 11010 |
Color Harmonies of #483D3C
Complementary color
Monochromatic Colors of #483D3C
Black with #483D3C
Text Example
Text Example
White with #483D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D3C; }
p { color: rgb(72,61,60); }
H1.HeaderClassName
{
color: #483D3C;
}
.AnyTagClassName
{
color: #483D3C;
}
</style>
background-color css
<style>
a { background-color: #483D3C; }
a { background-color: rgb(72,61,60); }
div.DivClassName
{
background-color: #483D3C;
}
.BgClassName
{
background-color: #483D3C;
}
</style>
border-color css
<style>
span { border-color: #483D3C; }
span { border-color: rgb(72,61,60); }
td.TdClassName
{
border-color: #483D3C;
}
.TagClassName
{
border-color: #483D3C;
}
</style>