Shades of Very Dark Brown #5B433D
Tints of Very Dark Brown #5B433D
RGB
CMYK
RGB Variations
Color information
#5B433D (or 0x5B433D) is known color: Very Dark Brown. HEX triplet: 5B, 43 and 3D. RGB value is (91,67,61). Sum of RGB (Red+Green+Blue) = 91+67+61=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 91 - color contains mainly: red. Hex color #5B433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B433D is #A4BCC2. Grayscale: #494949. Windows color (decimal): -10796227 or 4014939. OLE color: 4014939.
HSL color Cylindrical-coordinate representation of color #5B433D: hue angle of 12º 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 #5B433D is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 67 | 61 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.64 |
| HSL | 12º | 0.2% | 0.3% | - |
| HSV(B) | 12º | 0.33% | 0.36% | - |
| XYZ | 7.16 | 6.58 | 5.31 | - |
| YUV | 73.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 61 | 0 | 0.26 | 0.33 | 0.64 | 12 | 0.2 | 0.3 |
| Hex | 5B | 43 | 3D | 0 | 1A | 21 | 40 | C | 14 | 1E |
| Octal | 133 | 103 | 75 | 0 | 32 | 41 | 100 | 14 | 24 | 36 |
| Binary | 1011011 | 1000011 | 111101 | 0 | 11010 | 100001 | 1000000 | 1100 | 10100 | 11110 |
Color Harmonies of #5B433D
Complementary color
Monochromatic Colors of #5B433D
Black with #5B433D
Text Example
Text Example
White with #5B433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B433D; }
p { color: rgb(91,67,61); }
H1.HeaderClassName
{
color: #5B433D;
}
.AnyTagClassName
{
color: #5B433D;
}
</style>
background-color css
<style>
a { background-color: #5B433D; }
a { background-color: rgb(91,67,61); }
div.DivClassName
{
background-color: #5B433D;
}
.BgClassName
{
background-color: #5B433D;
}
</style>
border-color css
<style>
span { border-color: #5B433D; }
span { border-color: rgb(91,67,61); }
td.TdClassName
{
border-color: #5B433D;
}
.TagClassName
{
border-color: #5B433D;
}
</style>