Shades of Dark Brown #5E431E
Tints of Dark Brown #5E431E
RGB
CMYK
RGB Variations
Color information
#5E431E (or 0x5E431E) is known color: Dark Brown. HEX triplet: 5E, 43 and 1E. RGB value is (94,67,30). Sum of RGB (Red+Green+Blue) = 94+67+30=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E431E is #A1BCE1. Grayscale: #474747. Windows color (decimal): -10599650 or 1983326. OLE color: 1983326.
HSL color Cylindrical-coordinate representation of color #5E431E: hue angle of 34.69º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E431E is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 67 | 30 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.63 |
| HSL | 34.69º | 0.52% | 0.24% | - |
| HSV(B) | 34.69º | 0.68% | 0.37% | - |
| XYZ | 6.86 | 6.49 | 2.12 | - |
| YUV | 70.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 30 | 0 | 0.29 | 0.68 | 0.63 | 34.69 | 0.52 | 0.24 |
| Hex | 5E | 43 | 1E | 0 | 1D | 44 | 3F | 23 | 34 | 18 |
| Octal | 136 | 103 | 36 | 0 | 35 | 104 | 77 | 43 | 64 | 30 |
| Binary | 1011110 | 1000011 | 11110 | 0 | 11101 | 1000100 | 111111 | 100011 | 110100 | 11000 |
Color Harmonies of #5E431E
Complementary color
Monochromatic Colors of #5E431E
Black with #5E431E
Text Example
Text Example
White with #5E431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E431E; }
p { color: rgb(94,67,30); }
H1.HeaderClassName
{
color: #5E431E;
}
.AnyTagClassName
{
color: #5E431E;
}
</style>
background-color css
<style>
a { background-color: #5E431E; }
a { background-color: rgb(94,67,30); }
div.DivClassName
{
background-color: #5E431E;
}
.BgClassName
{
background-color: #5E431E;
}
</style>
border-color css
<style>
span { border-color: #5E431E; }
span { border-color: rgb(94,67,30); }
td.TdClassName
{
border-color: #5E431E;
}
.TagClassName
{
border-color: #5E431E;
}
</style>