Shades of Crater Brown #483E3B
Tints of Crater Brown #483E3B
RGB
CMYK
RGB Variations
Color information
#483E3B (or 0x483E3B) is known color: Crater Brown. HEX triplet: 48, 3E and 3B. RGB value is (72,62,59). Sum of RGB (Red+Green+Blue) = 72+62+59=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #483E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E3B is #B7C1C4. Grayscale: #404040. Windows color (decimal): -12042693 or 3882568. OLE color: 3882568.
HSL color Cylindrical-coordinate representation of color #483E3B: hue angle of 13.85º 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 #483E3B is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 59 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.72 |
| HSL | 13.85º | 0.1% | 0.26% | - |
| HSV(B) | 13.85º | 0.18% | 0.28% | - |
| XYZ | 5.18 | 5.14 | 4.86 | - |
| YUV | 64.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 59 | 0 | 0.14 | 0.18 | 0.72 | 13.85 | 0.1 | 0.26 |
| Hex | 48 | 3E | 3B | 0 | E | 12 | 48 | E | A | 1A |
| Octal | 110 | 76 | 73 | 0 | 16 | 22 | 110 | 16 | 12 | 32 |
| Binary | 1001000 | 111110 | 111011 | 0 | 1110 | 10010 | 1001000 | 1110 | 1010 | 11010 |
Color Harmonies of #483E3B
Complementary color
Monochromatic Colors of #483E3B
Black with #483E3B
Text Example
Text Example
White with #483E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E3B; }
p { color: rgb(72,62,59); }
H1.HeaderClassName
{
color: #483E3B;
}
.AnyTagClassName
{
color: #483E3B;
}
</style>
background-color css
<style>
a { background-color: #483E3B; }
a { background-color: rgb(72,62,59); }
div.DivClassName
{
background-color: #483E3B;
}
.BgClassName
{
background-color: #483E3B;
}
</style>
border-color css
<style>
span { border-color: #483E3B; }
span { border-color: rgb(72,62,59); }
td.TdClassName
{
border-color: #483E3B;
}
.TagClassName
{
border-color: #483E3B;
}
</style>