Shades of Brown Derby #5F4833
Tints of Brown Derby #5F4833
RGB
CMYK
RGB Variations
Color information
#5F4833 (or 0x5F4833) is known color: Brown Derby. HEX triplet: 5F, 48 and 33. RGB value is (95,72,51). Sum of RGB (Red+Green+Blue) = 95+72+51=218 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.58% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4833 is #A0B7CC. Grayscale: #4C4C4C. Windows color (decimal): -10532813 or 3360863. OLE color: 3360863.
HSL color Cylindrical-coordinate representation of color #5F4833: hue angle of 28.64º 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 #5F4833 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 72 | 51 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.63 |
| HSL | 28.64º | 0.3% | 0.29% | - |
| HSV(B) | 28.64º | 0.46% | 0.37% | - |
| XYZ | 7.63 | 7.31 | 4.14 | - |
| YUV | 76.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 51 | 0 | 0.24 | 0.46 | 0.63 | 28.64 | 0.3 | 0.29 |
| Hex | 5F | 48 | 33 | 0 | 18 | 2E | 3F | 1D | 1E | 1D |
| Octal | 137 | 110 | 63 | 0 | 30 | 56 | 77 | 35 | 36 | 35 |
| Binary | 1011111 | 1001000 | 110011 | 0 | 11000 | 101110 | 111111 | 11101 | 11110 | 11101 |
Color Harmonies of #5F4833
Complementary color
Monochromatic Colors of #5F4833
Black with #5F4833
Text Example
Text Example
White with #5F4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4833; }
p { color: rgb(95,72,51); }
H1.HeaderClassName
{
color: #5F4833;
}
.AnyTagClassName
{
color: #5F4833;
}
</style>
background-color css
<style>
a { background-color: #5F4833; }
a { background-color: rgb(95,72,51); }
div.DivClassName
{
background-color: #5F4833;
}
.BgClassName
{
background-color: #5F4833;
}
</style>
border-color css
<style>
span { border-color: #5F4833; }
span { border-color: rgb(95,72,51); }
td.TdClassName
{
border-color: #5F4833;
}
.TagClassName
{
border-color: #5F4833;
}
</style>