Shades of Brown Derby #5B4539
Tints of Brown Derby #5B4539
RGB
CMYK
RGB Variations
Color information
#5B4539 (or 0x5B4539) is known color: Brown Derby. HEX triplet: 5B, 45 and 39. RGB value is (91,69,57). Sum of RGB (Red+Green+Blue) = 91+69+57=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4539 is #A4BAC6. Grayscale: #4A4A4A. Windows color (decimal): -10795719 or 3753307. OLE color: 3753307.
HSL color Cylindrical-coordinate representation of color #5B4539: hue angle of 21.18º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B4539 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 69 | 57 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.64 |
| HSL | 21.18º | 0.23% | 0.29% | - |
| HSV(B) | 21.18º | 0.37% | 0.36% | - |
| XYZ | 7.18 | 6.78 | 4.8 | - |
| YUV | 74.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 57 | 0 | 0.24 | 0.37 | 0.64 | 21.18 | 0.23 | 0.29 |
| Hex | 5B | 45 | 39 | 0 | 18 | 25 | 40 | 15 | 17 | 1D |
| Octal | 133 | 105 | 71 | 0 | 30 | 45 | 100 | 25 | 27 | 35 |
| Binary | 1011011 | 1000101 | 111001 | 0 | 11000 | 100101 | 1000000 | 10101 | 10111 | 11101 |
Color Harmonies of #5B4539
Complementary color
Monochromatic Colors of #5B4539
Black with #5B4539
Text Example
Text Example
White with #5B4539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4539; }
p { color: rgb(91,69,57); }
H1.HeaderClassName
{
color: #5B4539;
}
.AnyTagClassName
{
color: #5B4539;
}
</style>
background-color css
<style>
a { background-color: #5B4539; }
a { background-color: rgb(91,69,57); }
div.DivClassName
{
background-color: #5B4539;
}
.BgClassName
{
background-color: #5B4539;
}
</style>
border-color css
<style>
span { border-color: #5B4539; }
span { border-color: rgb(91,69,57); }
td.TdClassName
{
border-color: #5B4539;
}
.TagClassName
{
border-color: #5B4539;
}
</style>