Shades of Brown Derby #5F4533
Tints of Brown Derby #5F4533
RGB
CMYK
RGB Variations
Color information
#5F4533 (or 0x5F4533) is known color: Brown Derby. HEX triplet: 5F, 45 and 33. RGB value is (95,69,51). Sum of RGB (Red+Green+Blue) = 95+69+51=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4533 is #A0BACC. Grayscale: #4A4A4A. Windows color (decimal): -10533581 or 3360095. OLE color: 3360095.
HSL color Cylindrical-coordinate representation of color #5F4533: hue angle of 24.55º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F4533 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 69 | 51 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.63 |
| HSL | 24.55º | 0.3% | 0.29% | - |
| HSV(B) | 24.55º | 0.46% | 0.37% | - |
| XYZ | 7.44 | 6.93 | 4.08 | - |
| YUV | 74.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 69 | 51 | 0 | 0.27 | 0.46 | 0.63 | 24.55 | 0.3 | 0.29 |
| Hex | 5F | 45 | 33 | 0 | 1B | 2E | 3F | 19 | 1E | 1D |
| Octal | 137 | 105 | 63 | 0 | 33 | 56 | 77 | 31 | 36 | 35 |
| Binary | 1011111 | 1000101 | 110011 | 0 | 11011 | 101110 | 111111 | 11001 | 11110 | 11101 |
Color Harmonies of #5F4533
Complementary color
Monochromatic Colors of #5F4533
Black with #5F4533
Text Example
Text Example
White with #5F4533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4533; }
p { color: rgb(95,69,51); }
H1.HeaderClassName
{
color: #5F4533;
}
.AnyTagClassName
{
color: #5F4533;
}
</style>
background-color css
<style>
a { background-color: #5F4533; }
a { background-color: rgb(95,69,51); }
div.DivClassName
{
background-color: #5F4533;
}
.BgClassName
{
background-color: #5F4533;
}
</style>
border-color css
<style>
span { border-color: #5F4533; }
span { border-color: rgb(95,69,51); }
td.TdClassName
{
border-color: #5F4533;
}
.TagClassName
{
border-color: #5F4533;
}
</style>