Shades of Jon #533D3E
Tints of Jon #533D3E
RGB
CMYK
RGB Variations
Color information
#533D3E (or 0x533D3E) is known color: Jon. HEX triplet: 53, 3D and 3E. RGB value is (83,61,62). Sum of RGB (Red+Green+Blue) = 83+61+62=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #533D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D3E is #ACC2C1. Grayscale: #434343. Windows color (decimal): -11322050 or 4078931. OLE color: 4078931.
HSL color Cylindrical-coordinate representation of color #533D3E: hue angle of 357.27º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #533D3E is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 62 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.67 |
| HSL | 357.27º | 0.15% | 0.28% | - |
| HSV(B) | 357.27º | 0.27% | 0.33% | - |
| XYZ | 6.11 | 5.52 | 5.3 | - |
| YUV | 67.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 62 | 0 | 0.27 | 0.25 | 0.67 | 357.27 | 0.15 | 0.28 |
| Hex | 53 | 3D | 3E | 0 | 1B | 19 | 43 | 165 | F | 1C |
| Octal | 123 | 75 | 76 | 0 | 33 | 31 | 103 | 545 | 17 | 34 |
| Binary | 1010011 | 111101 | 111110 | 0 | 11011 | 11001 | 1000011 | 101100101 | 1111 | 11100 |
Color Harmonies of #533D3E
Complementary color
Monochromatic Colors of #533D3E
Black with #533D3E
Text Example
Text Example
White with #533D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D3E; }
p { color: rgb(83,61,62); }
H1.HeaderClassName
{
color: #533D3E;
}
.AnyTagClassName
{
color: #533D3E;
}
</style>
background-color css
<style>
a { background-color: #533D3E; }
a { background-color: rgb(83,61,62); }
div.DivClassName
{
background-color: #533D3E;
}
.BgClassName
{
background-color: #533D3E;
}
</style>
border-color css
<style>
span { border-color: #533D3E; }
span { border-color: rgb(83,61,62); }
td.TdClassName
{
border-color: #533D3E;
}
.TagClassName
{
border-color: #533D3E;
}
</style>