Shades of Brown Derby #5F4639
Tints of Brown Derby #5F4639
RGB
CMYK
RGB Variations
Color information
#5F4639 (or 0x5F4639) is known color: Brown Derby. HEX triplet: 5F, 46 and 39. RGB value is (95,70,57). Sum of RGB (Red+Green+Blue) = 95+70+57=222 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.79% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4639 is #A0B9C6. Grayscale: #4C4C4C. Windows color (decimal): -10533319 or 3753567. OLE color: 3753567.
HSL color Cylindrical-coordinate representation of color #5F4639: hue angle of 20.53º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F4639 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 70 | 57 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.63 |
| HSL | 20.53º | 0.25% | 0.3% | - |
| HSV(B) | 20.53º | 0.4% | 0.37% | - |
| XYZ | 7.65 | 7.11 | 4.84 | - |
| YUV | 75.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 70 | 57 | 0 | 0.26 | 0.40 | 0.63 | 20.53 | 0.25 | 0.3 |
| Hex | 5F | 46 | 39 | 0 | 1A | 28 | 3F | 15 | 19 | 1E |
| Octal | 137 | 106 | 71 | 0 | 32 | 50 | 77 | 25 | 31 | 36 |
| Binary | 1011111 | 1000110 | 111001 | 0 | 11010 | 101000 | 111111 | 10101 | 11001 | 11110 |
Color Harmonies of #5F4639
Complementary color
Monochromatic Colors of #5F4639
Black with #5F4639
Text Example
Text Example
White with #5F4639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4639; }
p { color: rgb(95,70,57); }
H1.HeaderClassName
{
color: #5F4639;
}
.AnyTagClassName
{
color: #5F4639;
}
</style>
background-color css
<style>
a { background-color: #5F4639; }
a { background-color: rgb(95,70,57); }
div.DivClassName
{
background-color: #5F4639;
}
.BgClassName
{
background-color: #5F4639;
}
</style>
border-color css
<style>
span { border-color: #5F4639; }
span { border-color: rgb(95,70,57); }
td.TdClassName
{
border-color: #5F4639;
}
.TagClassName
{
border-color: #5F4639;
}
</style>