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