Shades of Brown Derby #54473D
Tints of Brown Derby #54473D
RGB
CMYK
RGB Variations
Color information
#54473D (or 0x54473D) is known color: Brown Derby. HEX triplet: 54, 47 and 3D. RGB value is (84,71,61). Sum of RGB (Red+Green+Blue) = 84+71+61=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #54473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54473D is #ABB8C2. Grayscale: #494949. Windows color (decimal): -11253955 or 4015956. OLE color: 4015956.
HSL color Cylindrical-coordinate representation of color #54473D: hue angle of 26.09º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #54473D is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 71 | 61 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.67 |
| HSL | 26.09º | 0.16% | 0.28% | - |
| HSV(B) | 26.09º | 0.27% | 0.33% | - |
| XYZ | 6.75 | 6.73 | 5.36 | - |
| YUV | 73.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 61 | 0 | 0.15 | 0.27 | 0.67 | 26.09 | 0.16 | 0.28 |
| Hex | 54 | 47 | 3D | 0 | F | 1B | 43 | 1A | 10 | 1C |
| Octal | 124 | 107 | 75 | 0 | 17 | 33 | 103 | 32 | 20 | 34 |
| Binary | 1010100 | 1000111 | 111101 | 0 | 1111 | 11011 | 1000011 | 11010 | 10000 | 11100 |
Color Harmonies of #54473D
Complementary color
Monochromatic Colors of #54473D
Black with #54473D
Text Example
Text Example
White with #54473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54473D; }
p { color: rgb(84,71,61); }
H1.HeaderClassName
{
color: #54473D;
}
.AnyTagClassName
{
color: #54473D;
}
</style>
background-color css
<style>
a { background-color: #54473D; }
a { background-color: rgb(84,71,61); }
div.DivClassName
{
background-color: #54473D;
}
.BgClassName
{
background-color: #54473D;
}
</style>
border-color css
<style>
span { border-color: #54473D; }
span { border-color: rgb(84,71,61); }
td.TdClassName
{
border-color: #54473D;
}
.TagClassName
{
border-color: #54473D;
}
</style>