Shades of Very Dark Brown #5B3F38
Tints of Very Dark Brown #5B3F38
RGB
CMYK
RGB Variations
Color information
#5B3F38 (or 0x5B3F38) is known color: Very Dark Brown. HEX triplet: 5B, 3F and 38. RGB value is (91,63,56). Sum of RGB (Red+Green+Blue) = 91+63+56=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3F38 is #A4C0C7. Grayscale: #464646. Windows color (decimal): -10797256 or 3686235. OLE color: 3686235.
HSL color Cylindrical-coordinate representation of color #5B3F38: hue angle of 12º 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 #5B3F38 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 63 | 56 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.64 |
| HSL | 12º | 0.24% | 0.29% | - |
| HSV(B) | 12º | 0.38% | 0.36% | - |
| XYZ | 6.81 | 6.06 | 4.55 | - |
| YUV | 70.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 56 | 0 | 0.31 | 0.38 | 0.64 | 12 | 0.24 | 0.29 |
| Hex | 5B | 3F | 38 | 0 | 1F | 26 | 40 | C | 18 | 1D |
| Octal | 133 | 77 | 70 | 0 | 37 | 46 | 100 | 14 | 30 | 35 |
| Binary | 1011011 | 111111 | 111000 | 0 | 11111 | 100110 | 1000000 | 1100 | 11000 | 11101 |
Color Harmonies of #5B3F38
Complementary color
Monochromatic Colors of #5B3F38
Black with #5B3F38
Text Example
Text Example
White with #5B3F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3F38; }
p { color: rgb(91,63,56); }
H1.HeaderClassName
{
color: #5B3F38;
}
.AnyTagClassName
{
color: #5B3F38;
}
</style>
background-color css
<style>
a { background-color: #5B3F38; }
a { background-color: rgb(91,63,56); }
div.DivClassName
{
background-color: #5B3F38;
}
.BgClassName
{
background-color: #5B3F38;
}
</style>
border-color css
<style>
span { border-color: #5B3F38; }
span { border-color: rgb(91,63,56); }
td.TdClassName
{
border-color: #5B3F38;
}
.TagClassName
{
border-color: #5B3F38;
}
</style>