Shades of Jon #473A3B
Tints of Jon #473A3B
RGB
CMYK
RGB Variations
Color information
#473A3B (or 0x473A3B) is known color: Jon. HEX triplet: 47, 3A and 3B. RGB value is (71,58,59). Sum of RGB (Red+Green+Blue) = 71+58+59=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #473A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A3B is #B8C5C4. Grayscale: #3E3E3E. Windows color (decimal): -12109253 or 3881543. OLE color: 3881543.
HSL color Cylindrical-coordinate representation of color #473A3B: hue angle of 355.38º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #473A3B is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 59 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.72 |
| HSL | 355.38º | 0.1% | 0.25% | - |
| HSV(B) | 355.38º | 0.18% | 0.28% | - |
| XYZ | 4.9 | 4.68 | 4.78 | - |
| YUV | 62 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 59 | 0 | 0.18 | 0.17 | 0.72 | 355.38 | 0.1 | 0.25 |
| Hex | 47 | 3A | 3B | 0 | 12 | 11 | 48 | 163 | A | 19 |
| Octal | 107 | 72 | 73 | 0 | 22 | 21 | 110 | 543 | 12 | 31 |
| Binary | 1000111 | 111010 | 111011 | 0 | 10010 | 10001 | 1001000 | 101100011 | 1010 | 11001 |
Color Harmonies of #473A3B
Complementary color
Monochromatic Colors of #473A3B
Black with #473A3B
Text Example
Text Example
White with #473A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A3B; }
p { color: rgb(71,58,59); }
H1.HeaderClassName
{
color: #473A3B;
}
.AnyTagClassName
{
color: #473A3B;
}
</style>
background-color css
<style>
a { background-color: #473A3B; }
a { background-color: rgb(71,58,59); }
div.DivClassName
{
background-color: #473A3B;
}
.BgClassName
{
background-color: #473A3B;
}
</style>
border-color css
<style>
span { border-color: #473A3B; }
span { border-color: rgb(71,58,59); }
td.TdClassName
{
border-color: #473A3B;
}
.TagClassName
{
border-color: #473A3B;
}
</style>