Shades of Jon #533B3E
Tints of Jon #533B3E
RGB
CMYK
RGB Variations
Color information
#533B3E (or 0x533B3E) is known color: Jon. HEX triplet: 53, 3B and 3E. RGB value is (83,59,62). Sum of RGB (Red+Green+Blue) = 83+59+62=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B3E is #ACC4C1. Grayscale: #424242. Windows color (decimal): -11322562 or 4078419. OLE color: 4078419.
HSL color Cylindrical-coordinate representation of color #533B3E: hue angle of 352.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #533B3E is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 62 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.67 |
| HSL | 352.5º | 0.17% | 0.28% | - |
| HSV(B) | 352.5º | 0.29% | 0.33% | - |
| XYZ | 6 | 5.31 | 5.27 | - |
| YUV | 66.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 62 | 0 | 0.29 | 0.25 | 0.67 | 352.5 | 0.17 | 0.28 |
| Hex | 53 | 3B | 3E | 0 | 1D | 19 | 43 | 160 | 11 | 1C |
| Octal | 123 | 73 | 76 | 0 | 35 | 31 | 103 | 540 | 21 | 34 |
| Binary | 1010011 | 111011 | 111110 | 0 | 11101 | 11001 | 1000011 | 101100000 | 10001 | 11100 |
Color Harmonies of #533B3E
Complementary color
Monochromatic Colors of #533B3E
Black with #533B3E
Text Example
Text Example
White with #533B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B3E; }
p { color: rgb(83,59,62); }
H1.HeaderClassName
{
color: #533B3E;
}
.AnyTagClassName
{
color: #533B3E;
}
</style>
background-color css
<style>
a { background-color: #533B3E; }
a { background-color: rgb(83,59,62); }
div.DivClassName
{
background-color: #533B3E;
}
.BgClassName
{
background-color: #533B3E;
}
</style>
border-color css
<style>
span { border-color: #533B3E; }
span { border-color: rgb(83,59,62); }
td.TdClassName
{
border-color: #533B3E;
}
.TagClassName
{
border-color: #533B3E;
}
</style>