Shades of Paco #533F31
Tints of Paco #533F31
RGB
CMYK
RGB Variations
Color information
#533F31 (or 0x533F31) is known color: Paco. HEX triplet: 53, 3F and 31. RGB value is (83,63,49). Sum of RGB (Red+Green+Blue) = 83+63+49=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #533F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F31 is #ACC0CE. Grayscale: #434343. Windows color (decimal): -11321551 or 3227475. OLE color: 3227475.
HSL color Cylindrical-coordinate representation of color #533F31: hue angle of 24.71º 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 #533F31 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 49 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.67 |
| HSL | 24.71º | 0.26% | 0.26% | - |
| HSV(B) | 24.71º | 0.41% | 0.33% | - |
| XYZ | 5.9 | 5.62 | 3.68 | - |
| YUV | 67.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 49 | 0 | 0.24 | 0.41 | 0.67 | 24.71 | 0.26 | 0.26 |
| Hex | 53 | 3F | 31 | 0 | 18 | 29 | 43 | 19 | 1A | 1A |
| Octal | 123 | 77 | 61 | 0 | 30 | 51 | 103 | 31 | 32 | 32 |
| Binary | 1010011 | 111111 | 110001 | 0 | 11000 | 101001 | 1000011 | 11001 | 11010 | 11010 |
Color Harmonies of #533F31
Complementary color
Monochromatic Colors of #533F31
Black with #533F31
Text Example
Text Example
White with #533F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F31; }
p { color: rgb(83,63,49); }
H1.HeaderClassName
{
color: #533F31;
}
.AnyTagClassName
{
color: #533F31;
}
</style>
background-color css
<style>
a { background-color: #533F31; }
a { background-color: rgb(83,63,49); }
div.DivClassName
{
background-color: #533F31;
}
.BgClassName
{
background-color: #533F31;
}
</style>
border-color css
<style>
span { border-color: #533F31; }
span { border-color: rgb(83,63,49); }
td.TdClassName
{
border-color: #533F31;
}
.TagClassName
{
border-color: #533F31;
}
</style>