Shades of Crater Brown #483F3D
Tints of Crater Brown #483F3D
RGB
CMYK
RGB Variations
Color information
#483F3D (or 0x483F3D) is known color: Crater Brown. HEX triplet: 48, 3F and 3D. RGB value is (72,63,61). Sum of RGB (Red+Green+Blue) = 72+63+61=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #483F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F3D is #B7C0C2. Grayscale: #414141. Windows color (decimal): -12042435 or 4013896. OLE color: 4013896.
HSL color Cylindrical-coordinate representation of color #483F3D: hue angle of 10.91º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #483F3D is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 61 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.72 |
| HSL | 10.91º | 0.08% | 0.26% | - |
| HSV(B) | 10.91º | 0.15% | 0.28% | - |
| XYZ | 5.29 | 5.27 | 5.15 | - |
| YUV | 65.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 61 | 0 | 0.12 | 0.15 | 0.72 | 10.91 | 0.08 | 0.26 |
| Hex | 48 | 3F | 3D | 0 | C | F | 48 | B | 8 | 1A |
| Octal | 110 | 77 | 75 | 0 | 14 | 17 | 110 | 13 | 10 | 32 |
| Binary | 1001000 | 111111 | 111101 | 0 | 1100 | 1111 | 1001000 | 1011 | 1000 | 11010 |
Color Harmonies of #483F3D
Complementary color
Monochromatic Colors of #483F3D
Black with #483F3D
Text Example
Text Example
White with #483F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F3D; }
p { color: rgb(72,63,61); }
H1.HeaderClassName
{
color: #483F3D;
}
.AnyTagClassName
{
color: #483F3D;
}
</style>
background-color css
<style>
a { background-color: #483F3D; }
a { background-color: rgb(72,63,61); }
div.DivClassName
{
background-color: #483F3D;
}
.BgClassName
{
background-color: #483F3D;
}
</style>
border-color css
<style>
span { border-color: #483F3D; }
span { border-color: rgb(72,63,61); }
td.TdClassName
{
border-color: #483F3D;
}
.TagClassName
{
border-color: #483F3D;
}
</style>