Shades of Brown Derby #5B4334
Tints of Brown Derby #5B4334
RGB
CMYK
RGB Variations
Color information
#5B4334 (or 0x5B4334) is known color: Brown Derby. HEX triplet: 5B, 43 and 34. RGB value is (91,67,52). Sum of RGB (Red+Green+Blue) = 91+67+52=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4334 is #A4BCCB. Grayscale: #484848. Windows color (decimal): -10796236 or 3425115. OLE color: 3425115.
HSL color Cylindrical-coordinate representation of color #5B4334: hue angle of 23.08º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B4334 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 67 | 52 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.64 |
| HSL | 23.08º | 0.27% | 0.28% | - |
| HSV(B) | 23.08º | 0.43% | 0.36% | - |
| XYZ | 6.94 | 6.49 | 4.13 | - |
| YUV | 72.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 52 | 0 | 0.26 | 0.43 | 0.64 | 23.08 | 0.27 | 0.28 |
| Hex | 5B | 43 | 34 | 0 | 1A | 2B | 40 | 17 | 1B | 1C |
| Octal | 133 | 103 | 64 | 0 | 32 | 53 | 100 | 27 | 33 | 34 |
| Binary | 1011011 | 1000011 | 110100 | 0 | 11010 | 101011 | 1000000 | 10111 | 11011 | 11100 |
Color Harmonies of #5B4334
Complementary color
Monochromatic Colors of #5B4334
Black with #5B4334
Text Example
Text Example
White with #5B4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4334; }
p { color: rgb(91,67,52); }
H1.HeaderClassName
{
color: #5B4334;
}
.AnyTagClassName
{
color: #5B4334;
}
</style>
background-color css
<style>
a { background-color: #5B4334; }
a { background-color: rgb(91,67,52); }
div.DivClassName
{
background-color: #5B4334;
}
.BgClassName
{
background-color: #5B4334;
}
</style>
border-color css
<style>
span { border-color: #5B4334; }
span { border-color: rgb(91,67,52); }
td.TdClassName
{
border-color: #5B4334;
}
.TagClassName
{
border-color: #5B4334;
}
</style>