Shades of Brown Derby #5B4433
Tints of Brown Derby #5B4433
RGB
CMYK
RGB Variations
Color information
#5B4433 (or 0x5B4433) is known color: Brown Derby. HEX triplet: 5B, 44 and 33. RGB value is (91,68,51). Sum of RGB (Red+Green+Blue) = 91+68+51=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4433 is #A4BBCC. Grayscale: #494949. Windows color (decimal): -10795981 or 3359835. OLE color: 3359835.
HSL color Cylindrical-coordinate representation of color #5B4433: hue angle of 25.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B4433 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 68 | 51 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.64 |
| HSL | 25.5º | 0.28% | 0.28% | - |
| HSV(B) | 25.5º | 0.44% | 0.36% | - |
| XYZ | 6.98 | 6.6 | 4.04 | - |
| YUV | 72.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 51 | 0 | 0.25 | 0.44 | 0.64 | 25.5 | 0.28 | 0.28 |
| Hex | 5B | 44 | 33 | 0 | 19 | 2C | 40 | 1A | 1C | 1C |
| Octal | 133 | 104 | 63 | 0 | 31 | 54 | 100 | 32 | 34 | 34 |
| Binary | 1011011 | 1000100 | 110011 | 0 | 11001 | 101100 | 1000000 | 11010 | 11100 | 11100 |
Color Harmonies of #5B4433
Complementary color
Monochromatic Colors of #5B4433
Black with #5B4433
Text Example
Text Example
White with #5B4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4433; }
p { color: rgb(91,68,51); }
H1.HeaderClassName
{
color: #5B4433;
}
.AnyTagClassName
{
color: #5B4433;
}
</style>
background-color css
<style>
a { background-color: #5B4433; }
a { background-color: rgb(91,68,51); }
div.DivClassName
{
background-color: #5B4433;
}
.BgClassName
{
background-color: #5B4433;
}
</style>
border-color css
<style>
span { border-color: #5B4433; }
span { border-color: rgb(91,68,51); }
td.TdClassName
{
border-color: #5B4433;
}
.TagClassName
{
border-color: #5B4433;
}
</style>