Shades of Very Dark Brown #5B433C
Tints of Very Dark Brown #5B433C
RGB
CMYK
RGB Variations
Color information
#5B433C (or 0x5B433C) is known color: Very Dark Brown. HEX triplet: 5B, 43 and 3C. RGB value is (91,67,60). Sum of RGB (Red+Green+Blue) = 91+67+60=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 91 - color contains mainly: red. Hex color #5B433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B433C is #A4BCC3. Grayscale: #494949. Windows color (decimal): -10796228 or 3949403. OLE color: 3949403.
HSL color Cylindrical-coordinate representation of color #5B433C: hue angle of 13.55º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B433C is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 67 | 60 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.64 |
| HSL | 13.55º | 0.21% | 0.3% | - |
| HSV(B) | 13.55º | 0.34% | 0.36% | - |
| XYZ | 7.14 | 6.56 | 5.17 | - |
| YUV | 73.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 60 | 0 | 0.26 | 0.34 | 0.64 | 13.55 | 0.21 | 0.3 |
| Hex | 5B | 43 | 3C | 0 | 1A | 22 | 40 | E | 15 | 1E |
| Octal | 133 | 103 | 74 | 0 | 32 | 42 | 100 | 16 | 25 | 36 |
| Binary | 1011011 | 1000011 | 111100 | 0 | 11010 | 100010 | 1000000 | 1110 | 10101 | 11110 |
Color Harmonies of #5B433C
Complementary color
Monochromatic Colors of #5B433C
Black with #5B433C
Text Example
Text Example
White with #5B433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B433C; }
p { color: rgb(91,67,60); }
H1.HeaderClassName
{
color: #5B433C;
}
.AnyTagClassName
{
color: #5B433C;
}
</style>
background-color css
<style>
a { background-color: #5B433C; }
a { background-color: rgb(91,67,60); }
div.DivClassName
{
background-color: #5B433C;
}
.BgClassName
{
background-color: #5B433C;
}
</style>
border-color css
<style>
span { border-color: #5B433C; }
span { border-color: rgb(91,67,60); }
td.TdClassName
{
border-color: #5B433C;
}
.TagClassName
{
border-color: #5B433C;
}
</style>