Shades of Jon #533C3D
Tints of Jon #533C3D
RGB
CMYK
RGB Variations
Color information
#533C3D (or 0x533C3D) is known color: Jon. HEX triplet: 53, 3C and 3D. RGB value is (83,60,61). Sum of RGB (Red+Green+Blue) = 83+60+61=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C3D is #ACC3C2. Grayscale: #434343. Windows color (decimal): -11322307 or 4013139. OLE color: 4013139.
HSL color Cylindrical-coordinate representation of color #533C3D: hue angle of 357.39º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #533C3D is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 61 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.67 |
| HSL | 357.39º | 0.16% | 0.28% | - |
| HSV(B) | 357.39º | 0.28% | 0.33% | - |
| XYZ | 6.03 | 5.41 | 5.14 | - |
| YUV | 66.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 61 | 0 | 0.28 | 0.27 | 0.67 | 357.39 | 0.16 | 0.28 |
| Hex | 53 | 3C | 3D | 0 | 1C | 1B | 43 | 165 | 10 | 1C |
| Octal | 123 | 74 | 75 | 0 | 34 | 33 | 103 | 545 | 20 | 34 |
| Binary | 1010011 | 111100 | 111101 | 0 | 11100 | 11011 | 1000011 | 101100101 | 10000 | 11100 |
Color Harmonies of #533C3D
Complementary color
Monochromatic Colors of #533C3D
Black with #533C3D
Text Example
Text Example
White with #533C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C3D; }
p { color: rgb(83,60,61); }
H1.HeaderClassName
{
color: #533C3D;
}
.AnyTagClassName
{
color: #533C3D;
}
</style>
background-color css
<style>
a { background-color: #533C3D; }
a { background-color: rgb(83,60,61); }
div.DivClassName
{
background-color: #533C3D;
}
.BgClassName
{
background-color: #533C3D;
}
</style>
border-color css
<style>
span { border-color: #533C3D; }
span { border-color: rgb(83,60,61); }
td.TdClassName
{
border-color: #533C3D;
}
.TagClassName
{
border-color: #533C3D;
}
</style>