Shades of Very Dark Brown #5B443D
Tints of Very Dark Brown #5B443D
RGB
CMYK
RGB Variations
Color information
#5B443D (or 0x5B443D) is known color: Very Dark Brown. HEX triplet: 5B, 44 and 3D. RGB value is (91,68,61). Sum of RGB (Red+Green+Blue) = 91+68+61=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 91 - color contains mainly: red. Hex color #5B443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B443D is #A4BBC2. Grayscale: #4A4A4A. Windows color (decimal): -10795971 or 4015195. OLE color: 4015195.
HSL color Cylindrical-coordinate representation of color #5B443D: hue angle of 14º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B443D is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 68 | 61 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.64 |
| HSL | 14º | 0.2% | 0.3% | - |
| HSV(B) | 14º | 0.33% | 0.36% | - |
| XYZ | 7.22 | 6.7 | 5.33 | - |
| YUV | 74.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 68 | 61 | 0 | 0.25 | 0.33 | 0.64 | 14 | 0.2 | 0.3 |
| Hex | 5B | 44 | 3D | 0 | 19 | 21 | 40 | E | 14 | 1E |
| Octal | 133 | 104 | 75 | 0 | 31 | 41 | 100 | 16 | 24 | 36 |
| Binary | 1011011 | 1000100 | 111101 | 0 | 11001 | 100001 | 1000000 | 1110 | 10100 | 11110 |
Color Harmonies of #5B443D
Complementary color
Monochromatic Colors of #5B443D
Black with #5B443D
Text Example
Text Example
White with #5B443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B443D; }
p { color: rgb(91,68,61); }
H1.HeaderClassName
{
color: #5B443D;
}
.AnyTagClassName
{
color: #5B443D;
}
</style>
background-color css
<style>
a { background-color: #5B443D; }
a { background-color: rgb(91,68,61); }
div.DivClassName
{
background-color: #5B443D;
}
.BgClassName
{
background-color: #5B443D;
}
</style>
border-color css
<style>
span { border-color: #5B443D; }
span { border-color: rgb(91,68,61); }
td.TdClassName
{
border-color: #5B443D;
}
.TagClassName
{
border-color: #5B443D;
}
</style>