Shades of Very Dark Brown #5B3F30
Tints of Very Dark Brown #5B3F30
RGB
CMYK
RGB Variations
Color information
#5B3F30 (or 0x5B3F30) is known color: Very Dark Brown. HEX triplet: 5B, 3F and 30. RGB value is (91,63,48). Sum of RGB (Red+Green+Blue) = 91+63+48=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3F30 is #A4C0CF. Grayscale: #454545. Windows color (decimal): -10797264 or 3161947. OLE color: 3161947.
HSL color Cylindrical-coordinate representation of color #5B3F30: hue angle of 20.93º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B3F30 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 63 | 48 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.64 |
| HSL | 20.93º | 0.31% | 0.27% | - |
| HSV(B) | 20.93º | 0.47% | 0.36% | - |
| XYZ | 6.63 | 5.99 | 3.6 | - |
| YUV | 69.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 48 | 0 | 0.31 | 0.47 | 0.64 | 20.93 | 0.31 | 0.27 |
| Hex | 5B | 3F | 30 | 0 | 1F | 2F | 40 | 15 | 1F | 1B |
| Octal | 133 | 77 | 60 | 0 | 37 | 57 | 100 | 25 | 37 | 33 |
| Binary | 1011011 | 111111 | 110000 | 0 | 11111 | 101111 | 1000000 | 10101 | 11111 | 11011 |
Color Harmonies of #5B3F30
Complementary color
Monochromatic Colors of #5B3F30
Black with #5B3F30
Text Example
Text Example
White with #5B3F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3F30; }
p { color: rgb(91,63,48); }
H1.HeaderClassName
{
color: #5B3F30;
}
.AnyTagClassName
{
color: #5B3F30;
}
</style>
background-color css
<style>
a { background-color: #5B3F30; }
a { background-color: rgb(91,63,48); }
div.DivClassName
{
background-color: #5B3F30;
}
.BgClassName
{
background-color: #5B3F30;
}
</style>
border-color css
<style>
span { border-color: #5B3F30; }
span { border-color: rgb(91,63,48); }
td.TdClassName
{
border-color: #5B3F30;
}
.TagClassName
{
border-color: #5B3F30;
}
</style>