Shades of Dark Brown #5B431C
Tints of Dark Brown #5B431C
RGB
CMYK
RGB Variations
Color information
#5B431C (or 0x5B431C) is known color: Dark Brown. HEX triplet: 5B, 43 and 1C. RGB value is (91,67,28). Sum of RGB (Red+Green+Blue) = 91+67+28=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B431C is #A4BCE3. Grayscale: #454545. Windows color (decimal): -10796260 or 1852251. OLE color: 1852251.
HSL color Cylindrical-coordinate representation of color #5B431C: hue angle of 37.14º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B431C is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 67 | 28 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.64 |
| HSL | 37.14º | 0.53% | 0.23% | - |
| HSV(B) | 37.14º | 0.69% | 0.36% | - |
| XYZ | 6.53 | 6.32 | 1.97 | - |
| YUV | 69.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 28 | 0 | 0.26 | 0.69 | 0.64 | 37.14 | 0.53 | 0.23 |
| Hex | 5B | 43 | 1C | 0 | 1A | 45 | 40 | 25 | 35 | 17 |
| Octal | 133 | 103 | 34 | 0 | 32 | 105 | 100 | 45 | 65 | 27 |
| Binary | 1011011 | 1000011 | 11100 | 0 | 11010 | 1000101 | 1000000 | 100101 | 110101 | 10111 |
Color Harmonies of #5B431C
Complementary color
Monochromatic Colors of #5B431C
Black with #5B431C
Text Example
Text Example
White with #5B431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B431C; }
p { color: rgb(91,67,28); }
H1.HeaderClassName
{
color: #5B431C;
}
.AnyTagClassName
{
color: #5B431C;
}
</style>
background-color css
<style>
a { background-color: #5B431C; }
a { background-color: rgb(91,67,28); }
div.DivClassName
{
background-color: #5B431C;
}
.BgClassName
{
background-color: #5B431C;
}
</style>
border-color css
<style>
span { border-color: #5B431C; }
span { border-color: rgb(91,67,28); }
td.TdClassName
{
border-color: #5B431C;
}
.TagClassName
{
border-color: #5B431C;
}
</style>