Shades of Jon #483C3F
Tints of Jon #483C3F
RGB
CMYK
RGB Variations
Color information
#483C3F (or 0x483C3F) is known color: Jon. HEX triplet: 48, 3C and 3F. RGB value is (72,60,63). Sum of RGB (Red+Green+Blue) = 72+60+63=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 72 - color contains mainly: red. Hex color #483C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C3F is #B7C3C0. Grayscale: #3F3F3F. Windows color (decimal): -12043201 or 4144200. OLE color: 4144200.
HSL color Cylindrical-coordinate representation of color #483C3F: hue angle of 345º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #483C3F is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 60 | 63 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.72 |
| HSL | 345º | 0.09% | 0.26% | - |
| HSV(B) | 345º | 0.17% | 0.28% | - |
| XYZ | 5.19 | 4.97 | 5.39 | - |
| YUV | 63.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 63 | 0 | 0.17 | 0.12 | 0.72 | 345 | 0.09 | 0.26 |
| Hex | 48 | 3C | 3F | 0 | 11 | C | 48 | 159 | 9 | 1A |
| Octal | 110 | 74 | 77 | 0 | 21 | 14 | 110 | 531 | 11 | 32 |
| Binary | 1001000 | 111100 | 111111 | 0 | 10001 | 1100 | 1001000 | 101011001 | 1001 | 11010 |
Color Harmonies of #483C3F
Complementary color
Monochromatic Colors of #483C3F
Black with #483C3F
Text Example
Text Example
White with #483C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C3F; }
p { color: rgb(72,60,63); }
H1.HeaderClassName
{
color: #483C3F;
}
.AnyTagClassName
{
color: #483C3F;
}
</style>
background-color css
<style>
a { background-color: #483C3F; }
a { background-color: rgb(72,60,63); }
div.DivClassName
{
background-color: #483C3F;
}
.BgClassName
{
background-color: #483C3F;
}
</style>
border-color css
<style>
span { border-color: #483C3F; }
span { border-color: rgb(72,60,63); }
td.TdClassName
{
border-color: #483C3F;
}
.TagClassName
{
border-color: #483C3F;
}
</style>