Shades of Very Dark Brown #5B453F
Tints of Very Dark Brown #5B453F
RGB
CMYK
RGB Variations
Color information
#5B453F (or 0x5B453F) is known color: Very Dark Brown. HEX triplet: 5B, 45 and 3F. RGB value is (91,69,63). Sum of RGB (Red+Green+Blue) = 91+69+63=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 91 - color contains mainly: red. Hex color #5B453F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B453F is #A4BAC0. Grayscale: #4A4A4A. Windows color (decimal): -10795713 or 4146523. OLE color: 4146523.
HSL color Cylindrical-coordinate representation of color #5B453F: hue angle of 12.86º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B453F is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 69 | 63 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.64 |
| HSL | 12.86º | 0.18% | 0.3% | - |
| HSV(B) | 12.86º | 0.31% | 0.36% | - |
| XYZ | 7.34 | 6.84 | 5.64 | - |
| YUV | 74.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 69 | 63 | 0 | 0.24 | 0.31 | 0.64 | 12.86 | 0.18 | 0.3 |
| Hex | 5B | 45 | 3F | 0 | 18 | 1F | 40 | D | 12 | 1E |
| Octal | 133 | 105 | 77 | 0 | 30 | 37 | 100 | 15 | 22 | 36 |
| Binary | 1011011 | 1000101 | 111111 | 0 | 11000 | 11111 | 1000000 | 1101 | 10010 | 11110 |
Color Harmonies of #5B453F
Complementary color
Monochromatic Colors of #5B453F
Black with #5B453F
Text Example
Text Example
White with #5B453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B453F; }
p { color: rgb(91,69,63); }
H1.HeaderClassName
{
color: #5B453F;
}
.AnyTagClassName
{
color: #5B453F;
}
</style>
background-color css
<style>
a { background-color: #5B453F; }
a { background-color: rgb(91,69,63); }
div.DivClassName
{
background-color: #5B453F;
}
.BgClassName
{
background-color: #5B453F;
}
</style>
border-color css
<style>
span { border-color: #5B453F; }
span { border-color: rgb(91,69,63); }
td.TdClassName
{
border-color: #5B453F;
}
.TagClassName
{
border-color: #5B453F;
}
</style>