Shades of Jon #483D3F
Tints of Jon #483D3F
RGB
CMYK
RGB Variations
Color information
#483D3F (or 0x483D3F) is known color: Jon. HEX triplet: 48, 3D and 3F. RGB value is (72,61,63). Sum of RGB (Red+Green+Blue) = 72+61+63=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #483D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D3F is #B7C2C0. Grayscale: #404040. Windows color (decimal): -12042945 or 4144456. OLE color: 4144456.
HSL color Cylindrical-coordinate representation of color #483D3F: hue angle of 349.09º 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 #483D3F is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 63 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.72 |
| HSL | 349.09º | 0.08% | 0.26% | - |
| HSV(B) | 349.09º | 0.15% | 0.28% | - |
| XYZ | 5.24 | 5.07 | 5.41 | - |
| YUV | 64.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 63 | 0 | 0.15 | 0.12 | 0.72 | 349.09 | 0.08 | 0.26 |
| Hex | 48 | 3D | 3F | 0 | F | C | 48 | 15D | 8 | 1A |
| Octal | 110 | 75 | 77 | 0 | 17 | 14 | 110 | 535 | 10 | 32 |
| Binary | 1001000 | 111101 | 111111 | 0 | 1111 | 1100 | 1001000 | 101011101 | 1000 | 11010 |
Color Harmonies of #483D3F
Complementary color
Monochromatic Colors of #483D3F
Black with #483D3F
Text Example
Text Example
White with #483D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D3F; }
p { color: rgb(72,61,63); }
H1.HeaderClassName
{
color: #483D3F;
}
.AnyTagClassName
{
color: #483D3F;
}
</style>
background-color css
<style>
a { background-color: #483D3F; }
a { background-color: rgb(72,61,63); }
div.DivClassName
{
background-color: #483D3F;
}
.BgClassName
{
background-color: #483D3F;
}
</style>
border-color css
<style>
span { border-color: #483D3F; }
span { border-color: rgb(72,61,63); }
td.TdClassName
{
border-color: #483D3F;
}
.TagClassName
{
border-color: #483D3F;
}
</style>