Shades of Crater Brown #483B39
Tints of Crater Brown #483B39
RGB
CMYK
RGB Variations
Color information
#483B39 (or 0x483B39) is known color: Crater Brown. HEX triplet: 48, 3B and 39. RGB value is (72,59,57). Sum of RGB (Red+Green+Blue) = 72+59+57=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #483B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B39 is #B7C4C6. Grayscale: #3E3E3E. Windows color (decimal): -12043463 or 3750728. OLE color: 3750728.
HSL color Cylindrical-coordinate representation of color #483B39: hue angle of 8º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #483B39 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 57 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.72 |
| HSL | 8º | 0.12% | 0.25% | - |
| HSV(B) | 8º | 0.21% | 0.28% | - |
| XYZ | 4.97 | 4.8 | 4.54 | - |
| YUV | 62.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 57 | 0 | 0.18 | 0.21 | 0.72 | 8 | 0.12 | 0.25 |
| Hex | 48 | 3B | 39 | 0 | 12 | 15 | 48 | 8 | C | 19 |
| Octal | 110 | 73 | 71 | 0 | 22 | 25 | 110 | 10 | 14 | 31 |
| Binary | 1001000 | 111011 | 111001 | 0 | 10010 | 10101 | 1001000 | 1000 | 1100 | 11001 |
Color Harmonies of #483B39
Complementary color
Monochromatic Colors of #483B39
Black with #483B39
Text Example
Text Example
White with #483B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B39; }
p { color: rgb(72,59,57); }
H1.HeaderClassName
{
color: #483B39;
}
.AnyTagClassName
{
color: #483B39;
}
</style>
background-color css
<style>
a { background-color: #483B39; }
a { background-color: rgb(72,59,57); }
div.DivClassName
{
background-color: #483B39;
}
.BgClassName
{
background-color: #483B39;
}
</style>
border-color css
<style>
span { border-color: #483B39; }
span { border-color: rgb(72,59,57); }
td.TdClassName
{
border-color: #483B39;
}
.TagClassName
{
border-color: #483B39;
}
</style>