Shades of Brown Derby #53463B
Tints of Brown Derby #53463B
RGB
CMYK
RGB Variations
Color information
#53463B (or 0x53463B) is known color: Brown Derby. HEX triplet: 53, 46 and 3B. RGB value is (83,70,59). Sum of RGB (Red+Green+Blue) = 83+70+59=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #53463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53463B is #ACB9C4. Grayscale: #484848. Windows color (decimal): -11319749 or 3884627. OLE color: 3884627.
HSL color Cylindrical-coordinate representation of color #53463B: hue angle of 27.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #53463B is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 59 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.67 |
| HSL | 27.5º | 0.17% | 0.28% | - |
| HSV(B) | 27.5º | 0.29% | 0.33% | - |
| XYZ | 6.55 | 6.54 | 5.05 | - |
| YUV | 72.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 59 | 0 | 0.16 | 0.29 | 0.67 | 27.5 | 0.17 | 0.28 |
| Hex | 53 | 46 | 3B | 0 | 10 | 1D | 43 | 1C | 11 | 1C |
| Octal | 123 | 106 | 73 | 0 | 20 | 35 | 103 | 34 | 21 | 34 |
| Binary | 1010011 | 1000110 | 111011 | 0 | 10000 | 11101 | 1000011 | 11100 | 10001 | 11100 |
Color Harmonies of #53463B
Complementary color
Monochromatic Colors of #53463B
Black with #53463B
Text Example
Text Example
White with #53463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53463B; }
p { color: rgb(83,70,59); }
H1.HeaderClassName
{
color: #53463B;
}
.AnyTagClassName
{
color: #53463B;
}
</style>
background-color css
<style>
a { background-color: #53463B; }
a { background-color: rgb(83,70,59); }
div.DivClassName
{
background-color: #53463B;
}
.BgClassName
{
background-color: #53463B;
}
</style>
border-color css
<style>
span { border-color: #53463B; }
span { border-color: rgb(83,70,59); }
td.TdClassName
{
border-color: #53463B;
}
.TagClassName
{
border-color: #53463B;
}
</style>