Shades of Crater Brown #483D3B
Tints of Crater Brown #483D3B
RGB
CMYK
RGB Variations
Color information
#483D3B (or 0x483D3B) is known color: Crater Brown. HEX triplet: 48, 3D and 3B. RGB value is (72,61,59). Sum of RGB (Red+Green+Blue) = 72+61+59=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #483D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D3B is #B7C2C4. Grayscale: #404040. Windows color (decimal): -12042949 or 3882312. OLE color: 3882312.
HSL color Cylindrical-coordinate representation of color #483D3B: hue angle of 9.23º 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 #483D3B is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 59 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.72 |
| HSL | 9.23º | 0.1% | 0.26% | - |
| HSV(B) | 9.23º | 0.18% | 0.28% | - |
| XYZ | 5.13 | 5.03 | 4.84 | - |
| YUV | 64.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 59 | 0 | 0.15 | 0.18 | 0.72 | 9.23 | 0.1 | 0.26 |
| Hex | 48 | 3D | 3B | 0 | F | 12 | 48 | 9 | A | 1A |
| Octal | 110 | 75 | 73 | 0 | 17 | 22 | 110 | 11 | 12 | 32 |
| Binary | 1001000 | 111101 | 111011 | 0 | 1111 | 10010 | 1001000 | 1001 | 1010 | 11010 |
Color Harmonies of #483D3B
Complementary color
Monochromatic Colors of #483D3B
Black with #483D3B
Text Example
Text Example
White with #483D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D3B; }
p { color: rgb(72,61,59); }
H1.HeaderClassName
{
color: #483D3B;
}
.AnyTagClassName
{
color: #483D3B;
}
</style>
background-color css
<style>
a { background-color: #483D3B; }
a { background-color: rgb(72,61,59); }
div.DivClassName
{
background-color: #483D3B;
}
.BgClassName
{
background-color: #483D3B;
}
</style>
border-color css
<style>
span { border-color: #483D3B; }
span { border-color: rgb(72,61,59); }
td.TdClassName
{
border-color: #483D3B;
}
.TagClassName
{
border-color: #483D3B;
}
</style>