Shades of Dark Brown #5E431A
Tints of Dark Brown #5E431A
RGB
CMYK
RGB Variations
Color information
#5E431A (or 0x5E431A) is known color: Dark Brown. HEX triplet: 5E, 43 and 1A. RGB value is (94,67,26). Sum of RGB (Red+Green+Blue) = 94+67+26=187 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.27% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 94 - color contains mainly: red. Hex color #5E431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E431A is #A1BCE5. Grayscale: #464646. Windows color (decimal): -10599654 or 1721182. OLE color: 1721182.
HSL color Cylindrical-coordinate representation of color #5E431A: hue angle of 36.18º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E431A is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 67 | 26 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.63 |
| HSL | 36.18º | 0.57% | 0.24% | - |
| HSV(B) | 36.18º | 0.72% | 0.37% | - |
| XYZ | 6.81 | 6.47 | 1.87 | - |
| YUV | 70.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 26 | 0 | 0.29 | 0.72 | 0.63 | 36.18 | 0.57 | 0.24 |
| Hex | 5E | 43 | 1A | 0 | 1D | 48 | 3F | 24 | 39 | 18 |
| Octal | 136 | 103 | 32 | 0 | 35 | 110 | 77 | 44 | 71 | 30 |
| Binary | 1011110 | 1000011 | 11010 | 0 | 11101 | 1001000 | 111111 | 100100 | 111001 | 11000 |
Color Harmonies of #5E431A
Complementary color
Monochromatic Colors of #5E431A
Black with #5E431A
Text Example
Text Example
White with #5E431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E431A; }
p { color: rgb(94,67,26); }
H1.HeaderClassName
{
color: #5E431A;
}
.AnyTagClassName
{
color: #5E431A;
}
</style>
background-color css
<style>
a { background-color: #5E431A; }
a { background-color: rgb(94,67,26); }
div.DivClassName
{
background-color: #5E431A;
}
.BgClassName
{
background-color: #5E431A;
}
</style>
border-color css
<style>
span { border-color: #5E431A; }
span { border-color: rgb(94,67,26); }
td.TdClassName
{
border-color: #5E431A;
}
.TagClassName
{
border-color: #5E431A;
}
</style>