Shades of Very Dark Brown #5B4339
Tints of Very Dark Brown #5B4339
RGB
CMYK
RGB Variations
Color information
#5B4339 (or 0x5B4339) is known color: Very Dark Brown. HEX triplet: 5B, 43 and 39. RGB value is (91,67,57). Sum of RGB (Red+Green+Blue) = 91+67+57=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4339 is #A4BCC6. Grayscale: #494949. Windows color (decimal): -10796231 or 3752795. OLE color: 3752795.
HSL color Cylindrical-coordinate representation of color #5B4339: hue angle of 17.65º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B4339 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 67 | 57 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.64 |
| HSL | 17.65º | 0.23% | 0.29% | - |
| HSV(B) | 17.65º | 0.37% | 0.36% | - |
| XYZ | 7.06 | 6.53 | 4.76 | - |
| YUV | 73.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 57 | 0 | 0.26 | 0.37 | 0.64 | 17.65 | 0.23 | 0.29 |
| Hex | 5B | 43 | 39 | 0 | 1A | 25 | 40 | 12 | 17 | 1D |
| Octal | 133 | 103 | 71 | 0 | 32 | 45 | 100 | 22 | 27 | 35 |
| Binary | 1011011 | 1000011 | 111001 | 0 | 11010 | 100101 | 1000000 | 10010 | 10111 | 11101 |
Color Harmonies of #5B4339
Complementary color
Monochromatic Colors of #5B4339
Black with #5B4339
Text Example
Text Example
White with #5B4339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4339; }
p { color: rgb(91,67,57); }
H1.HeaderClassName
{
color: #5B4339;
}
.AnyTagClassName
{
color: #5B4339;
}
</style>
background-color css
<style>
a { background-color: #5B4339; }
a { background-color: rgb(91,67,57); }
div.DivClassName
{
background-color: #5B4339;
}
.BgClassName
{
background-color: #5B4339;
}
</style>
border-color css
<style>
span { border-color: #5B4339; }
span { border-color: rgb(91,67,57); }
td.TdClassName
{
border-color: #5B4339;
}
.TagClassName
{
border-color: #5B4339;
}
</style>