Shades of Dark Brown #5F3F0F
Tints of Dark Brown #5F3F0F
RGB
CMYK
RGB Variations
Color information
#5F3F0F (or 0x5F3F0F) is known color: Dark Brown. HEX triplet: 5F, 3F and 0F. RGB value is (95,63,15). Sum of RGB (Red+Green+Blue) = 95+63+15=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3F0F is #A0C0F0. Grayscale: #434343. Windows color (decimal): -10535153 or 999263. OLE color: 999263.
HSL color Cylindrical-coordinate representation of color #5F3F0F: hue angle of 36º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F3F0F is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 63 | 15 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.63 |
| HSL | 36º | 0.73% | 0.22% | - |
| HSV(B) | 36º | 0.84% | 0.37% | - |
| XYZ | 6.58 | 6.02 | 1.27 | - |
| YUV | 67.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 63 | 15 | 0 | 0.34 | 0.84 | 0.63 | 36 | 0.73 | 0.22 |
| Hex | 5F | 3F | F | 0 | 22 | 54 | 3F | 24 | 49 | 16 |
| Octal | 137 | 77 | 17 | 0 | 42 | 124 | 77 | 44 | 111 | 26 |
| Binary | 1011111 | 111111 | 1111 | 0 | 100010 | 1010100 | 111111 | 100100 | 1001001 | 10110 |
Color Harmonies of #5F3F0F
Complementary color
Monochromatic Colors of #5F3F0F
Black with #5F3F0F
Text Example
Text Example
White with #5F3F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3F0F; }
p { color: rgb(95,63,15); }
H1.HeaderClassName
{
color: #5F3F0F;
}
.AnyTagClassName
{
color: #5F3F0F;
}
</style>
background-color css
<style>
a { background-color: #5F3F0F; }
a { background-color: rgb(95,63,15); }
div.DivClassName
{
background-color: #5F3F0F;
}
.BgClassName
{
background-color: #5F3F0F;
}
</style>
border-color css
<style>
span { border-color: #5F3F0F; }
span { border-color: rgb(95,63,15); }
td.TdClassName
{
border-color: #5F3F0F;
}
.TagClassName
{
border-color: #5F3F0F;
}
</style>