Shades of Very Dark Brown #5B423A
Tints of Very Dark Brown #5B423A
RGB
CMYK
RGB Variations
Color information
#5B423A (or 0x5B423A) is known color: Very Dark Brown. HEX triplet: 5B, 42 and 3A. RGB value is (91,66,58). Sum of RGB (Red+Green+Blue) = 91+66+58=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 91 - color contains mainly: red. Hex color #5B423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B423A is #A4BDC5. Grayscale: #484848. Windows color (decimal): -10796486 or 3818075. OLE color: 3818075.
HSL color Cylindrical-coordinate representation of color #5B423A: hue angle of 14.55º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B423A is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 66 | 58 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.64 |
| HSL | 14.55º | 0.22% | 0.29% | - |
| HSV(B) | 14.55º | 0.36% | 0.36% | - |
| XYZ | 7.03 | 6.43 | 4.87 | - |
| YUV | 72.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 58 | 0 | 0.27 | 0.36 | 0.64 | 14.55 | 0.22 | 0.29 |
| Hex | 5B | 42 | 3A | 0 | 1B | 24 | 40 | F | 16 | 1D |
| Octal | 133 | 102 | 72 | 0 | 33 | 44 | 100 | 17 | 26 | 35 |
| Binary | 1011011 | 1000010 | 111010 | 0 | 11011 | 100100 | 1000000 | 1111 | 10110 | 11101 |
Color Harmonies of #5B423A
Complementary color
Monochromatic Colors of #5B423A
Black with #5B423A
Text Example
Text Example
White with #5B423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B423A; }
p { color: rgb(91,66,58); }
H1.HeaderClassName
{
color: #5B423A;
}
.AnyTagClassName
{
color: #5B423A;
}
</style>
background-color css
<style>
a { background-color: #5B423A; }
a { background-color: rgb(91,66,58); }
div.DivClassName
{
background-color: #5B423A;
}
.BgClassName
{
background-color: #5B423A;
}
</style>
border-color css
<style>
span { border-color: #5B423A; }
span { border-color: rgb(91,66,58); }
td.TdClassName
{
border-color: #5B423A;
}
.TagClassName
{
border-color: #5B423A;
}
</style>