Shades of Brown Derby #544030
Tints of Brown Derby #544030
RGB
CMYK
RGB Variations
Color information
#544030 (or 0x544030) is known color: Brown Derby. HEX triplet: 54, 40 and 30. RGB value is (84,64,48). Sum of RGB (Red+Green+Blue) = 84+64+48=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #544030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544030 is #ABBFCF. Grayscale: #444444. Windows color (decimal): -11255760 or 3162196. OLE color: 3162196.
HSL color Cylindrical-coordinate representation of color #544030: hue angle of 26.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #544030 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 64 | 48 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.67 |
| HSL | 26.67º | 0.27% | 0.26% | - |
| HSV(B) | 26.67º | 0.43% | 0.33% | - |
| XYZ | 6.02 | 5.77 | 3.59 | - |
| YUV | 68.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 48 | 0 | 0.24 | 0.43 | 0.67 | 26.67 | 0.27 | 0.26 |
| Hex | 54 | 40 | 30 | 0 | 18 | 2B | 43 | 1B | 1B | 1A |
| Octal | 124 | 100 | 60 | 0 | 30 | 53 | 103 | 33 | 33 | 32 |
| Binary | 1010100 | 1000000 | 110000 | 0 | 11000 | 101011 | 1000011 | 11011 | 11011 | 11010 |
Color Harmonies of #544030
Complementary color
Monochromatic Colors of #544030
Black with #544030
Text Example
Text Example
White with #544030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544030; }
p { color: rgb(84,64,48); }
H1.HeaderClassName
{
color: #544030;
}
.AnyTagClassName
{
color: #544030;
}
</style>
background-color css
<style>
a { background-color: #544030; }
a { background-color: rgb(84,64,48); }
div.DivClassName
{
background-color: #544030;
}
.BgClassName
{
background-color: #544030;
}
</style>
border-color css
<style>
span { border-color: #544030; }
span { border-color: rgb(84,64,48); }
td.TdClassName
{
border-color: #544030;
}
.TagClassName
{
border-color: #544030;
}
</style>