Shades of Jon #533B3D
Tints of Jon #533B3D
RGB
CMYK
RGB Variations
Color information
#533B3D (or 0x533B3D) is known color: Jon. HEX triplet: 53, 3B and 3D. RGB value is (83,59,61). Sum of RGB (Red+Green+Blue) = 83+59+61=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B3D is #ACC4C2. Grayscale: #424242. Windows color (decimal): -11322563 or 4012883. OLE color: 4012883.
HSL color Cylindrical-coordinate representation of color #533B3D: hue angle of 355º 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 #533B3D is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 61 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.67 |
| HSL | 355º | 0.17% | 0.28% | - |
| HSV(B) | 355º | 0.29% | 0.33% | - |
| XYZ | 5.97 | 5.3 | 5.12 | - |
| YUV | 66.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 61 | 0 | 0.29 | 0.27 | 0.67 | 355 | 0.17 | 0.28 |
| Hex | 53 | 3B | 3D | 0 | 1D | 1B | 43 | 163 | 11 | 1C |
| Octal | 123 | 73 | 75 | 0 | 35 | 33 | 103 | 543 | 21 | 34 |
| Binary | 1010011 | 111011 | 111101 | 0 | 11101 | 11011 | 1000011 | 101100011 | 10001 | 11100 |
Color Harmonies of #533B3D
Complementary color
Monochromatic Colors of #533B3D
Black with #533B3D
Text Example
Text Example
White with #533B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B3D; }
p { color: rgb(83,59,61); }
H1.HeaderClassName
{
color: #533B3D;
}
.AnyTagClassName
{
color: #533B3D;
}
</style>
background-color css
<style>
a { background-color: #533B3D; }
a { background-color: rgb(83,59,61); }
div.DivClassName
{
background-color: #533B3D;
}
.BgClassName
{
background-color: #533B3D;
}
</style>
border-color css
<style>
span { border-color: #533B3D; }
span { border-color: rgb(83,59,61); }
td.TdClassName
{
border-color: #533B3D;
}
.TagClassName
{
border-color: #533B3D;
}
</style>