Shades of Brown Derby #5F4835
Tints of Brown Derby #5F4835
RGB
CMYK
RGB Variations
Color information
#5F4835 (or 0x5F4835) is known color: Brown Derby. HEX triplet: 5F, 48 and 35. RGB value is (95,72,53). Sum of RGB (Red+Green+Blue) = 95+72+53=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4835 is #A0B7CA. Grayscale: #4C4C4C. Windows color (decimal): -10532811 or 3491935. OLE color: 3491935.
HSL color Cylindrical-coordinate representation of color #5F4835: hue angle of 27.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F4835 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 72 | 53 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.63 |
| HSL | 27.14º | 0.28% | 0.29% | - |
| HSV(B) | 27.14º | 0.44% | 0.37% | - |
| XYZ | 7.68 | 7.32 | 4.38 | - |
| YUV | 76.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 72 | 53 | 0 | 0.24 | 0.44 | 0.63 | 27.14 | 0.28 | 0.29 |
| Hex | 5F | 48 | 35 | 0 | 18 | 2C | 3F | 1B | 1C | 1D |
| Octal | 137 | 110 | 65 | 0 | 30 | 54 | 77 | 33 | 34 | 35 |
| Binary | 1011111 | 1001000 | 110101 | 0 | 11000 | 101100 | 111111 | 11011 | 11100 | 11101 |
Color Harmonies of #5F4835
Complementary color
Monochromatic Colors of #5F4835
Black with #5F4835
Text Example
Text Example
White with #5F4835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4835; }
p { color: rgb(95,72,53); }
H1.HeaderClassName
{
color: #5F4835;
}
.AnyTagClassName
{
color: #5F4835;
}
</style>
background-color css
<style>
a { background-color: #5F4835; }
a { background-color: rgb(95,72,53); }
div.DivClassName
{
background-color: #5F4835;
}
.BgClassName
{
background-color: #5F4835;
}
</style>
border-color css
<style>
span { border-color: #5F4835; }
span { border-color: rgb(95,72,53); }
td.TdClassName
{
border-color: #5F4835;
}
.TagClassName
{
border-color: #5F4835;
}
</style>