Shades of Paco #533D34
Tints of Paco #533D34
RGB
CMYK
RGB Variations
Color information
#533D34 (or 0x533D34) is known color: Paco. HEX triplet: 53, 3D and 34. RGB value is (83,61,52). Sum of RGB (Red+Green+Blue) = 83+61+52=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #533D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D34 is #ACC2CB. Grayscale: #424242. Windows color (decimal): -11322060 or 3423571. OLE color: 3423571.
HSL color Cylindrical-coordinate representation of color #533D34: hue angle of 17.42º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #533D34 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 52 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.67 |
| HSL | 17.42º | 0.23% | 0.26% | - |
| HSV(B) | 17.42º | 0.37% | 0.33% | - |
| XYZ | 5.86 | 5.42 | 3.99 | - |
| YUV | 66.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 52 | 0 | 0.27 | 0.37 | 0.67 | 17.42 | 0.23 | 0.26 |
| Hex | 53 | 3D | 34 | 0 | 1B | 25 | 43 | 11 | 17 | 1A |
| Octal | 123 | 75 | 64 | 0 | 33 | 45 | 103 | 21 | 27 | 32 |
| Binary | 1010011 | 111101 | 110100 | 0 | 11011 | 100101 | 1000011 | 10001 | 10111 | 11010 |
Color Harmonies of #533D34
Complementary color
Monochromatic Colors of #533D34
Black with #533D34
Text Example
Text Example
White with #533D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D34; }
p { color: rgb(83,61,52); }
H1.HeaderClassName
{
color: #533D34;
}
.AnyTagClassName
{
color: #533D34;
}
</style>
background-color css
<style>
a { background-color: #533D34; }
a { background-color: rgb(83,61,52); }
div.DivClassName
{
background-color: #533D34;
}
.BgClassName
{
background-color: #533D34;
}
</style>
border-color css
<style>
span { border-color: #533D34; }
span { border-color: rgb(83,61,52); }
td.TdClassName
{
border-color: #533D34;
}
.TagClassName
{
border-color: #533D34;
}
</style>