Shades of Brown Derby #53463E
Tints of Brown Derby #53463E
RGB
CMYK
RGB Variations
Color information
#53463E (or 0x53463E) is known color: Brown Derby. HEX triplet: 53, 46 and 3E. RGB value is (83,70,62). Sum of RGB (Red+Green+Blue) = 83+70+62=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #53463E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53463E is #ACB9C1. Grayscale: #494949. Windows color (decimal): -11319746 or 4081235. OLE color: 4081235.
HSL color Cylindrical-coordinate representation of color #53463E: hue angle of 22.86º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53463E is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 62 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.67 |
| HSL | 22.86º | 0.14% | 0.28% | - |
| HSV(B) | 22.86º | 0.25% | 0.33% | - |
| XYZ | 6.63 | 6.57 | 5.48 | - |
| YUV | 72.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 62 | 0 | 0.16 | 0.25 | 0.67 | 22.86 | 0.14 | 0.28 |
| Hex | 53 | 46 | 3E | 0 | 10 | 19 | 43 | 17 | E | 1C |
| Octal | 123 | 106 | 76 | 0 | 20 | 31 | 103 | 27 | 16 | 34 |
| Binary | 1010011 | 1000110 | 111110 | 0 | 10000 | 11001 | 1000011 | 10111 | 1110 | 11100 |
Color Harmonies of #53463E
Complementary color
Monochromatic Colors of #53463E
Black with #53463E
Text Example
Text Example
White with #53463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53463E; }
p { color: rgb(83,70,62); }
H1.HeaderClassName
{
color: #53463E;
}
.AnyTagClassName
{
color: #53463E;
}
</style>
background-color css
<style>
a { background-color: #53463E; }
a { background-color: rgb(83,70,62); }
div.DivClassName
{
background-color: #53463E;
}
.BgClassName
{
background-color: #53463E;
}
</style>
border-color css
<style>
span { border-color: #53463E; }
span { border-color: rgb(83,70,62); }
td.TdClassName
{
border-color: #53463E;
}
.TagClassName
{
border-color: #53463E;
}
</style>