Shades of Paco #533E31
Tints of Paco #533E31
RGB
CMYK
RGB Variations
Color information
#533E31 (or 0x533E31) is known color: Paco. HEX triplet: 53, 3E and 31. RGB value is (83,62,49). Sum of RGB (Red+Green+Blue) = 83+62+49=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #533E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E31 is #ACC1CE. Grayscale: #424242. Windows color (decimal): -11321807 or 3227219. OLE color: 3227219.
HSL color Cylindrical-coordinate representation of color #533E31: hue angle of 22.94º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #533E31 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 49 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.67 |
| HSL | 22.94º | 0.26% | 0.26% | - |
| HSV(B) | 22.94º | 0.41% | 0.33% | - |
| XYZ | 5.84 | 5.51 | 3.66 | - |
| YUV | 66.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 49 | 0 | 0.25 | 0.41 | 0.67 | 22.94 | 0.26 | 0.26 |
| Hex | 53 | 3E | 31 | 0 | 19 | 29 | 43 | 17 | 1A | 1A |
| Octal | 123 | 76 | 61 | 0 | 31 | 51 | 103 | 27 | 32 | 32 |
| Binary | 1010011 | 111110 | 110001 | 0 | 11001 | 101001 | 1000011 | 10111 | 11010 | 11010 |
Color Harmonies of #533E31
Complementary color
Monochromatic Colors of #533E31
Black with #533E31
Text Example
Text Example
White with #533E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E31; }
p { color: rgb(83,62,49); }
H1.HeaderClassName
{
color: #533E31;
}
.AnyTagClassName
{
color: #533E31;
}
</style>
background-color css
<style>
a { background-color: #533E31; }
a { background-color: rgb(83,62,49); }
div.DivClassName
{
background-color: #533E31;
}
.BgClassName
{
background-color: #533E31;
}
</style>
border-color css
<style>
span { border-color: #533E31; }
span { border-color: rgb(83,62,49); }
td.TdClassName
{
border-color: #533E31;
}
.TagClassName
{
border-color: #533E31;
}
</style>