Shades of Jon #533A3B
Tints of Jon #533A3B
RGB
CMYK
RGB Variations
Color information
#533A3B (or 0x533A3B) is known color: Jon. HEX triplet: 53, 3A and 3B. RGB value is (83,58,59). Sum of RGB (Red+Green+Blue) = 83+58+59=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #533A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A3B is #ACC5C4. Grayscale: #414141. Windows color (decimal): -11322821 or 3881555. OLE color: 3881555.
HSL color Cylindrical-coordinate representation of color #533A3B: hue angle of 357.6º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533A3B is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 59 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.67 |
| HSL | 357.6º | 0.18% | 0.28% | - |
| HSV(B) | 357.6º | 0.3% | 0.33% | - |
| XYZ | 5.87 | 5.18 | 4.83 | - |
| YUV | 65.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 59 | 0 | 0.30 | 0.29 | 0.67 | 357.6 | 0.18 | 0.28 |
| Hex | 53 | 3A | 3B | 0 | 1E | 1D | 43 | 166 | 12 | 1C |
| Octal | 123 | 72 | 73 | 0 | 36 | 35 | 103 | 546 | 22 | 34 |
| Binary | 1010011 | 111010 | 111011 | 0 | 11110 | 11101 | 1000011 | 101100110 | 10010 | 11100 |
Color Harmonies of #533A3B
Complementary color
Monochromatic Colors of #533A3B
Black with #533A3B
Text Example
Text Example
White with #533A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A3B; }
p { color: rgb(83,58,59); }
H1.HeaderClassName
{
color: #533A3B;
}
.AnyTagClassName
{
color: #533A3B;
}
</style>
background-color css
<style>
a { background-color: #533A3B; }
a { background-color: rgb(83,58,59); }
div.DivClassName
{
background-color: #533A3B;
}
.BgClassName
{
background-color: #533A3B;
}
</style>
border-color css
<style>
span { border-color: #533A3B; }
span { border-color: rgb(83,58,59); }
td.TdClassName
{
border-color: #533A3B;
}
.TagClassName
{
border-color: #533A3B;
}
</style>