Shades of Jon #533F40
Tints of Jon #533F40
RGB
CMYK
RGB Variations
Color information
#533F40 (or 0x533F40) is known color: Jon. HEX triplet: 53, 3F and 40. RGB value is (83,63,64). Sum of RGB (Red+Green+Blue) = 83+63+64=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #533F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F40 is #ACC0BF. Grayscale: #454545. Windows color (decimal): -11321536 or 4210515. OLE color: 4210515.
HSL color Cylindrical-coordinate representation of color #533F40: hue angle of 357º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #533F40 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 64 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.67 |
| HSL | 357º | 0.14% | 0.29% | - |
| HSV(B) | 357º | 0.24% | 0.33% | - |
| XYZ | 6.27 | 5.76 | 5.63 | - |
| YUV | 69.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 64 | 0 | 0.24 | 0.23 | 0.67 | 357 | 0.14 | 0.29 |
| Hex | 53 | 3F | 40 | 0 | 18 | 17 | 43 | 165 | E | 1D |
| Octal | 123 | 77 | 100 | 0 | 30 | 27 | 103 | 545 | 16 | 35 |
| Binary | 1010011 | 111111 | 1000000 | 0 | 11000 | 10111 | 1000011 | 101100101 | 1110 | 11101 |
Color Harmonies of #533F40
Complementary color
Monochromatic Colors of #533F40
Black with #533F40
Text Example
Text Example
White with #533F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F40; }
p { color: rgb(83,63,64); }
H1.HeaderClassName
{
color: #533F40;
}
.AnyTagClassName
{
color: #533F40;
}
</style>
background-color css
<style>
a { background-color: #533F40; }
a { background-color: rgb(83,63,64); }
div.DivClassName
{
background-color: #533F40;
}
.BgClassName
{
background-color: #533F40;
}
</style>
border-color css
<style>
span { border-color: #533F40; }
span { border-color: rgb(83,63,64); }
td.TdClassName
{
border-color: #533F40;
}
.TagClassName
{
border-color: #533F40;
}
</style>