Shades of Dark Brown #5F461F
Tints of Dark Brown #5F461F
RGB
CMYK
RGB Variations
Color information
#5F461F (or 0x5F461F) is known color: Dark Brown. HEX triplet: 5F, 46 and 1F. RGB value is (95,70,31). Sum of RGB (Red+Green+Blue) = 95+70+31=196 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.47% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 95 - color contains mainly: red. Hex color #5F461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F461F is #A0B9E0. Grayscale: #494949. Windows color (decimal): -10533345 or 2049631. OLE color: 2049631.
HSL color Cylindrical-coordinate representation of color #5F461F: hue angle of 36.56º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F461F is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 70 | 31 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.63 |
| HSL | 36.56º | 0.51% | 0.25% | - |
| HSV(B) | 36.56º | 0.67% | 0.37% | - |
| XYZ | 7.16 | 6.91 | 2.25 | - |
| YUV | 73.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 70 | 31 | 0 | 0.26 | 0.67 | 0.63 | 36.56 | 0.51 | 0.25 |
| Hex | 5F | 46 | 1F | 0 | 1A | 43 | 3F | 25 | 33 | 19 |
| Octal | 137 | 106 | 37 | 0 | 32 | 103 | 77 | 45 | 63 | 31 |
| Binary | 1011111 | 1000110 | 11111 | 0 | 11010 | 1000011 | 111111 | 100101 | 110011 | 11001 |
Color Harmonies of #5F461F
Complementary color
Monochromatic Colors of #5F461F
Black with #5F461F
Text Example
Text Example
White with #5F461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F461F; }
p { color: rgb(95,70,31); }
H1.HeaderClassName
{
color: #5F461F;
}
.AnyTagClassName
{
color: #5F461F;
}
</style>
background-color css
<style>
a { background-color: #5F461F; }
a { background-color: rgb(95,70,31); }
div.DivClassName
{
background-color: #5F461F;
}
.BgClassName
{
background-color: #5F461F;
}
</style>
border-color css
<style>
span { border-color: #5F461F; }
span { border-color: rgb(95,70,31); }
td.TdClassName
{
border-color: #5F461F;
}
.TagClassName
{
border-color: #5F461F;
}
</style>