Shades of Dark Brown #5F4626
Tints of Dark Brown #5F4626
RGB
CMYK
RGB Variations
Color information
#5F4626 (or 0x5F4626) is known color: Dark Brown. HEX triplet: 5F, 46 and 26. RGB value is (95,70,38). Sum of RGB (Red+Green+Blue) = 95+70+38=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4626 is #A0B9D9. Grayscale: #494949. Windows color (decimal): -10533338 or 2508383. OLE color: 2508383.
HSL color Cylindrical-coordinate representation of color #5F4626: hue angle of 33.68º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F4626 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 70 | 38 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.63 |
| HSL | 33.68º | 0.43% | 0.26% | - |
| HSV(B) | 33.68º | 0.6% | 0.37% | - |
| XYZ | 7.26 | 6.95 | 2.79 | - |
| YUV | 73.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 70 | 38 | 0 | 0.26 | 0.60 | 0.63 | 33.68 | 0.43 | 0.26 |
| Hex | 5F | 46 | 26 | 0 | 1A | 3C | 3F | 22 | 2B | 1A |
| Octal | 137 | 106 | 46 | 0 | 32 | 74 | 77 | 42 | 53 | 32 |
| Binary | 1011111 | 1000110 | 100110 | 0 | 11010 | 111100 | 111111 | 100010 | 101011 | 11010 |
Color Harmonies of #5F4626
Complementary color
Monochromatic Colors of #5F4626
Black with #5F4626
Text Example
Text Example
White with #5F4626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4626; }
p { color: rgb(95,70,38); }
H1.HeaderClassName
{
color: #5F4626;
}
.AnyTagClassName
{
color: #5F4626;
}
</style>
background-color css
<style>
a { background-color: #5F4626; }
a { background-color: rgb(95,70,38); }
div.DivClassName
{
background-color: #5F4626;
}
.BgClassName
{
background-color: #5F4626;
}
</style>
border-color css
<style>
span { border-color: #5F4626; }
span { border-color: rgb(95,70,38); }
td.TdClassName
{
border-color: #5F4626;
}
.TagClassName
{
border-color: #5F4626;
}
</style>