Shades of Jon #483A3B
Tints of Jon #483A3B
RGB
CMYK
RGB Variations
Color information
#483A3B (or 0x483A3B) is known color: Jon. HEX triplet: 48, 3A and 3B. RGB value is (72,58,59). Sum of RGB (Red+Green+Blue) = 72+58+59=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #483A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A3B is #B7C5C4. Grayscale: #3E3E3E. Windows color (decimal): -12043717 or 3881544. OLE color: 3881544.
HSL color Cylindrical-coordinate representation of color #483A3B: hue angle of 355.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #483A3B is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 59 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.72 |
| HSL | 355.71º | 0.11% | 0.25% | - |
| HSV(B) | 355.71º | 0.19% | 0.28% | - |
| XYZ | 4.97 | 4.72 | 4.79 | - |
| YUV | 62.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 59 | 0 | 0.19 | 0.18 | 0.72 | 355.71 | 0.11 | 0.25 |
| Hex | 48 | 3A | 3B | 0 | 13 | 12 | 48 | 164 | B | 19 |
| Octal | 110 | 72 | 73 | 0 | 23 | 22 | 110 | 544 | 13 | 31 |
| Binary | 1001000 | 111010 | 111011 | 0 | 10011 | 10010 | 1001000 | 101100100 | 1011 | 11001 |
Color Harmonies of #483A3B
Complementary color
Monochromatic Colors of #483A3B
Black with #483A3B
Text Example
Text Example
White with #483A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A3B; }
p { color: rgb(72,58,59); }
H1.HeaderClassName
{
color: #483A3B;
}
.AnyTagClassName
{
color: #483A3B;
}
</style>
background-color css
<style>
a { background-color: #483A3B; }
a { background-color: rgb(72,58,59); }
div.DivClassName
{
background-color: #483A3B;
}
.BgClassName
{
background-color: #483A3B;
}
</style>
border-color css
<style>
span { border-color: #483A3B; }
span { border-color: rgb(72,58,59); }
td.TdClassName
{
border-color: #483A3B;
}
.TagClassName
{
border-color: #483A3B;
}
</style>