Shades of Dark Brown #5B4324
Tints of Dark Brown #5B4324
RGB
CMYK
RGB Variations
Color information
#5B4324 (or 0x5B4324) is known color: Dark Brown. HEX triplet: 5B, 43 and 24. RGB value is (91,67,36). Sum of RGB (Red+Green+Blue) = 91+67+36=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4324 is #A4BCDB. Grayscale: #464646. Windows color (decimal): -10796252 or 2376539. OLE color: 2376539.
HSL color Cylindrical-coordinate representation of color #5B4324: hue angle of 33.82º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B4324 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 67 | 36 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.64 |
| HSL | 33.82º | 0.43% | 0.25% | - |
| HSV(B) | 33.82º | 0.6% | 0.36% | - |
| XYZ | 6.64 | 6.37 | 2.55 | - |
| YUV | 70.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 36 | 0 | 0.26 | 0.60 | 0.64 | 33.82 | 0.43 | 0.25 |
| Hex | 5B | 43 | 24 | 0 | 1A | 3C | 40 | 22 | 2B | 19 |
| Octal | 133 | 103 | 44 | 0 | 32 | 74 | 100 | 42 | 53 | 31 |
| Binary | 1011011 | 1000011 | 100100 | 0 | 11010 | 111100 | 1000000 | 100010 | 101011 | 11001 |
Color Harmonies of #5B4324
Complementary color
Monochromatic Colors of #5B4324
Black with #5B4324
Text Example
Text Example
White with #5B4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4324; }
p { color: rgb(91,67,36); }
H1.HeaderClassName
{
color: #5B4324;
}
.AnyTagClassName
{
color: #5B4324;
}
</style>
background-color css
<style>
a { background-color: #5B4324; }
a { background-color: rgb(91,67,36); }
div.DivClassName
{
background-color: #5B4324;
}
.BgClassName
{
background-color: #5B4324;
}
</style>
border-color css
<style>
span { border-color: #5B4324; }
span { border-color: rgb(91,67,36); }
td.TdClassName
{
border-color: #5B4324;
}
.TagClassName
{
border-color: #5B4324;
}
</style>