Shades of Brown Derby #544235
Tints of Brown Derby #544235
RGB
CMYK
RGB Variations
Color information
#544235 (or 0x544235) is known color: Brown Derby. HEX triplet: 54, 42 and 35. RGB value is (84,66,53). Sum of RGB (Red+Green+Blue) = 84+66+53=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #544235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544235 is #ABBDCA. Grayscale: #454545. Windows color (decimal): -11255243 or 3490388. OLE color: 3490388.
HSL color Cylindrical-coordinate representation of color #544235: hue angle of 25.16º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #544235 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 53 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.67 |
| HSL | 25.16º | 0.23% | 0.27% | - |
| HSV(B) | 25.16º | 0.37% | 0.33% | - |
| XYZ | 6.25 | 6.04 | 4.2 | - |
| YUV | 69.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 53 | 0 | 0.21 | 0.37 | 0.67 | 25.16 | 0.23 | 0.27 |
| Hex | 54 | 42 | 35 | 0 | 15 | 25 | 43 | 19 | 17 | 1B |
| Octal | 124 | 102 | 65 | 0 | 25 | 45 | 103 | 31 | 27 | 33 |
| Binary | 1010100 | 1000010 | 110101 | 0 | 10101 | 100101 | 1000011 | 11001 | 10111 | 11011 |
Color Harmonies of #544235
Complementary color
Monochromatic Colors of #544235
Black with #544235
Text Example
Text Example
White with #544235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544235; }
p { color: rgb(84,66,53); }
H1.HeaderClassName
{
color: #544235;
}
.AnyTagClassName
{
color: #544235;
}
</style>
background-color css
<style>
a { background-color: #544235; }
a { background-color: rgb(84,66,53); }
div.DivClassName
{
background-color: #544235;
}
.BgClassName
{
background-color: #544235;
}
</style>
border-color css
<style>
span { border-color: #544235; }
span { border-color: rgb(84,66,53); }
td.TdClassName
{
border-color: #544235;
}
.TagClassName
{
border-color: #544235;
}
</style>