Shades of Paco #533F32
Tints of Paco #533F32
RGB
CMYK
RGB Variations
Color information
#533F32 (or 0x533F32) is known color: Paco. HEX triplet: 53, 3F and 32. RGB value is (83,63,50). Sum of RGB (Red+Green+Blue) = 83+63+50=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #533F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F32 is #ACC0CD. Grayscale: #434343. Windows color (decimal): -11321550 or 3293011. OLE color: 3293011.
HSL color Cylindrical-coordinate representation of color #533F32: hue angle of 23.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533F32 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 50 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.67 |
| HSL | 23.64º | 0.25% | 0.26% | - |
| HSV(B) | 23.64º | 0.4% | 0.33% | - |
| XYZ | 5.92 | 5.62 | 3.79 | - |
| YUV | 67.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 50 | 0 | 0.24 | 0.40 | 0.67 | 23.64 | 0.25 | 0.26 |
| Hex | 53 | 3F | 32 | 0 | 18 | 28 | 43 | 18 | 19 | 1A |
| Octal | 123 | 77 | 62 | 0 | 30 | 50 | 103 | 30 | 31 | 32 |
| Binary | 1010011 | 111111 | 110010 | 0 | 11000 | 101000 | 1000011 | 11000 | 11001 | 11010 |
Color Harmonies of #533F32
Complementary color
Monochromatic Colors of #533F32
Black with #533F32
Text Example
Text Example
White with #533F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F32; }
p { color: rgb(83,63,50); }
H1.HeaderClassName
{
color: #533F32;
}
.AnyTagClassName
{
color: #533F32;
}
</style>
background-color css
<style>
a { background-color: #533F32; }
a { background-color: rgb(83,63,50); }
div.DivClassName
{
background-color: #533F32;
}
.BgClassName
{
background-color: #533F32;
}
</style>
border-color css
<style>
span { border-color: #533F32; }
span { border-color: rgb(83,63,50); }
td.TdClassName
{
border-color: #533F32;
}
.TagClassName
{
border-color: #533F32;
}
</style>