Shades of Very Dark Brown #5F453E
Tints of Very Dark Brown #5F453E
RGB
CMYK
RGB Variations
Color information
#5F453E (or 0x5F453E) is known color: Very Dark Brown. HEX triplet: 5F, 45 and 3E. RGB value is (95,69,62). Sum of RGB (Red+Green+Blue) = 95+69+62=226 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.04% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 95 - color contains mainly: red. Hex color #5F453E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F453E is #A0BAC1. Grayscale: #4C4C4C. Windows color (decimal): -10533570 or 4080991. OLE color: 4080991.
HSL color Cylindrical-coordinate representation of color #5F453E: hue angle of 12.73º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F453E is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 69 | 62 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.63 |
| HSL | 12.73º | 0.21% | 0.31% | - |
| HSV(B) | 12.73º | 0.35% | 0.37% | - |
| XYZ | 7.72 | 7.04 | 5.51 | - |
| YUV | 75.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 69 | 62 | 0 | 0.27 | 0.35 | 0.63 | 12.73 | 0.21 | 0.31 |
| Hex | 5F | 45 | 3E | 0 | 1B | 23 | 3F | D | 15 | 1F |
| Octal | 137 | 105 | 76 | 0 | 33 | 43 | 77 | 15 | 25 | 37 |
| Binary | 1011111 | 1000101 | 111110 | 0 | 11011 | 100011 | 111111 | 1101 | 10101 | 11111 |
Color Harmonies of #5F453E
Complementary color
Monochromatic Colors of #5F453E
Black with #5F453E
Text Example
Text Example
White with #5F453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F453E; }
p { color: rgb(95,69,62); }
H1.HeaderClassName
{
color: #5F453E;
}
.AnyTagClassName
{
color: #5F453E;
}
</style>
background-color css
<style>
a { background-color: #5F453E; }
a { background-color: rgb(95,69,62); }
div.DivClassName
{
background-color: #5F453E;
}
.BgClassName
{
background-color: #5F453E;
}
</style>
border-color css
<style>
span { border-color: #5F453E; }
span { border-color: rgb(95,69,62); }
td.TdClassName
{
border-color: #5F453E;
}
.TagClassName
{
border-color: #5F453E;
}
</style>