Shades of Paco #533D2F
Tints of Paco #533D2F
RGB
CMYK
RGB Variations
Color information
#533D2F (or 0x533D2F) is known color: Paco. HEX triplet: 53, 3D and 2F. RGB value is (83,61,47). Sum of RGB (Red+Green+Blue) = 83+61+47=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #533D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D2F is #ACC2D0. Grayscale: #424242. Windows color (decimal): -11322065 or 3095891. OLE color: 3095891.
HSL color Cylindrical-coordinate representation of color #533D2F: hue angle of 23.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #533D2F is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 47 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.67 |
| HSL | 23.33º | 0.28% | 0.25% | - |
| HSV(B) | 23.33º | 0.43% | 0.33% | - |
| XYZ | 5.75 | 5.38 | 3.43 | - |
| YUV | 65.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 47 | 0 | 0.27 | 0.43 | 0.67 | 23.33 | 0.28 | 0.25 |
| Hex | 53 | 3D | 2F | 0 | 1B | 2B | 43 | 17 | 1C | 19 |
| Octal | 123 | 75 | 57 | 0 | 33 | 53 | 103 | 27 | 34 | 31 |
| Binary | 1010011 | 111101 | 101111 | 0 | 11011 | 101011 | 1000011 | 10111 | 11100 | 11001 |
Color Harmonies of #533D2F
Complementary color
Monochromatic Colors of #533D2F
Black with #533D2F
Text Example
Text Example
White with #533D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D2F; }
p { color: rgb(83,61,47); }
H1.HeaderClassName
{
color: #533D2F;
}
.AnyTagClassName
{
color: #533D2F;
}
</style>
background-color css
<style>
a { background-color: #533D2F; }
a { background-color: rgb(83,61,47); }
div.DivClassName
{
background-color: #533D2F;
}
.BgClassName
{
background-color: #533D2F;
}
</style>
border-color css
<style>
span { border-color: #533D2F; }
span { border-color: rgb(83,61,47); }
td.TdClassName
{
border-color: #533D2F;
}
.TagClassName
{
border-color: #533D2F;
}
</style>