Shades of Crater Brown #483C3B
Tints of Crater Brown #483C3B
RGB
CMYK
RGB Variations
Color information
#483C3B (or 0x483C3B) is known color: Crater Brown. HEX triplet: 48, 3C and 3B. RGB value is (72,60,59). Sum of RGB (Red+Green+Blue) = 72+60+59=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C3B is #B7C3C4. Grayscale: #3F3F3F. Windows color (decimal): -12043205 or 3882056. OLE color: 3882056.
HSL color Cylindrical-coordinate representation of color #483C3B: hue angle of 4.62º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #483C3B is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 59 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.72 |
| HSL | 4.62º | 0.1% | 0.26% | - |
| HSV(B) | 4.62º | 0.18% | 0.28% | - |
| XYZ | 5.08 | 4.93 | 4.82 | - |
| YUV | 63.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 59 | 0 | 0.17 | 0.18 | 0.72 | 4.62 | 0.1 | 0.26 |
| Hex | 48 | 3C | 3B | 0 | 11 | 12 | 48 | 5 | A | 1A |
| Octal | 110 | 74 | 73 | 0 | 21 | 22 | 110 | 5 | 12 | 32 |
| Binary | 1001000 | 111100 | 111011 | 0 | 10001 | 10010 | 1001000 | 101 | 1010 | 11010 |
Color Harmonies of #483C3B
Complementary color
Monochromatic Colors of #483C3B
Black with #483C3B
Text Example
Text Example
White with #483C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C3B; }
p { color: rgb(72,60,59); }
H1.HeaderClassName
{
color: #483C3B;
}
.AnyTagClassName
{
color: #483C3B;
}
</style>
background-color css
<style>
a { background-color: #483C3B; }
a { background-color: rgb(72,60,59); }
div.DivClassName
{
background-color: #483C3B;
}
.BgClassName
{
background-color: #483C3B;
}
</style>
border-color css
<style>
span { border-color: #483C3B; }
span { border-color: rgb(72,60,59); }
td.TdClassName
{
border-color: #483C3B;
}
.TagClassName
{
border-color: #483C3B;
}
</style>