Shades of Brown Derby #52453B
Tints of Brown Derby #52453B
RGB
CMYK
RGB Variations
Color information
#52453B (or 0x52453B) is known color: Brown Derby. HEX triplet: 52, 45 and 3B. RGB value is (82,69,59). Sum of RGB (Red+Green+Blue) = 82+69+59=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #52453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52453B is #ADBAC4. Grayscale: #474747. Windows color (decimal): -11385541 or 3884370. OLE color: 3884370.
HSL color Cylindrical-coordinate representation of color #52453B: hue angle of 26.09º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52453B is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 69 | 59 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.68 |
| HSL | 26.09º | 0.16% | 0.28% | - |
| HSV(B) | 26.09º | 0.28% | 0.32% | - |
| XYZ | 6.4 | 6.37 | 5.03 | - |
| YUV | 71.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 59 | 0 | 0.16 | 0.28 | 0.68 | 26.09 | 0.16 | 0.28 |
| Hex | 52 | 45 | 3B | 0 | 10 | 1C | 44 | 1A | 10 | 1C |
| Octal | 122 | 105 | 73 | 0 | 20 | 34 | 104 | 32 | 20 | 34 |
| Binary | 1010010 | 1000101 | 111011 | 0 | 10000 | 11100 | 1000100 | 11010 | 10000 | 11100 |
Color Harmonies of #52453B
Complementary color
Monochromatic Colors of #52453B
Black with #52453B
Text Example
Text Example
White with #52453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52453B; }
p { color: rgb(82,69,59); }
H1.HeaderClassName
{
color: #52453B;
}
.AnyTagClassName
{
color: #52453B;
}
</style>
background-color css
<style>
a { background-color: #52453B; }
a { background-color: rgb(82,69,59); }
div.DivClassName
{
background-color: #52453B;
}
.BgClassName
{
background-color: #52453B;
}
</style>
border-color css
<style>
span { border-color: #52453B; }
span { border-color: rgb(82,69,59); }
td.TdClassName
{
border-color: #52453B;
}
.TagClassName
{
border-color: #52453B;
}
</style>