Shades of Very Dark Brown #5B4138
Tints of Very Dark Brown #5B4138
RGB
CMYK
RGB Variations
Color information
#5B4138 (or 0x5B4138) is known color: Very Dark Brown. HEX triplet: 5B, 41 and 38. RGB value is (91,65,56). Sum of RGB (Red+Green+Blue) = 91+65+56=212 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.92% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4138 is #A4BEC7. Grayscale: #474747. Windows color (decimal): -10796744 or 3686747. OLE color: 3686747.
HSL color Cylindrical-coordinate representation of color #5B4138: hue angle of 15.43º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B4138 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 65 | 56 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.64 |
| HSL | 15.43º | 0.24% | 0.29% | - |
| HSV(B) | 15.43º | 0.38% | 0.36% | - |
| XYZ | 6.92 | 6.29 | 4.59 | - |
| YUV | 71.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 56 | 0 | 0.29 | 0.38 | 0.64 | 15.43 | 0.24 | 0.29 |
| Hex | 5B | 41 | 38 | 0 | 1D | 26 | 40 | F | 18 | 1D |
| Octal | 133 | 101 | 70 | 0 | 35 | 46 | 100 | 17 | 30 | 35 |
| Binary | 1011011 | 1000001 | 111000 | 0 | 11101 | 100110 | 1000000 | 1111 | 11000 | 11101 |
Color Harmonies of #5B4138
Complementary color
Monochromatic Colors of #5B4138
Black with #5B4138
Text Example
Text Example
White with #5B4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4138; }
p { color: rgb(91,65,56); }
H1.HeaderClassName
{
color: #5B4138;
}
.AnyTagClassName
{
color: #5B4138;
}
</style>
background-color css
<style>
a { background-color: #5B4138; }
a { background-color: rgb(91,65,56); }
div.DivClassName
{
background-color: #5B4138;
}
.BgClassName
{
background-color: #5B4138;
}
</style>
border-color css
<style>
span { border-color: #5B4138; }
span { border-color: rgb(91,65,56); }
td.TdClassName
{
border-color: #5B4138;
}
.TagClassName
{
border-color: #5B4138;
}
</style>