Shades of Very Dark Brown #5B4130
Tints of Very Dark Brown #5B4130
RGB
CMYK
RGB Variations
Color information
#5B4130 (or 0x5B4130) is known color: Very Dark Brown. HEX triplet: 5B, 41 and 30. RGB value is (91,65,48). Sum of RGB (Red+Green+Blue) = 91+65+48=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4130 is #A4BECF. Grayscale: #464646. Windows color (decimal): -10796752 or 3162459. OLE color: 3162459.
HSL color Cylindrical-coordinate representation of color #5B4130: hue angle of 23.72º 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 #5B4130 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 65 | 48 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.64 |
| HSL | 23.72º | 0.31% | 0.27% | - |
| HSV(B) | 23.72º | 0.47% | 0.36% | - |
| XYZ | 6.74 | 6.22 | 3.64 | - |
| YUV | 70.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 48 | 0 | 0.29 | 0.47 | 0.64 | 23.72 | 0.31 | 0.27 |
| Hex | 5B | 41 | 30 | 0 | 1D | 2F | 40 | 18 | 1F | 1B |
| Octal | 133 | 101 | 60 | 0 | 35 | 57 | 100 | 30 | 37 | 33 |
| Binary | 1011011 | 1000001 | 110000 | 0 | 11101 | 101111 | 1000000 | 11000 | 11111 | 11011 |
Color Harmonies of #5B4130
Complementary color
Monochromatic Colors of #5B4130
Black with #5B4130
Text Example
Text Example
White with #5B4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4130; }
p { color: rgb(91,65,48); }
H1.HeaderClassName
{
color: #5B4130;
}
.AnyTagClassName
{
color: #5B4130;
}
</style>
background-color css
<style>
a { background-color: #5B4130; }
a { background-color: rgb(91,65,48); }
div.DivClassName
{
background-color: #5B4130;
}
.BgClassName
{
background-color: #5B4130;
}
</style>
border-color css
<style>
span { border-color: #5B4130; }
span { border-color: rgb(91,65,48); }
td.TdClassName
{
border-color: #5B4130;
}
.TagClassName
{
border-color: #5B4130;
}
</style>