Shades of Redwood #5B342A
Tints of Redwood #5B342A
RGB
CMYK
RGB Variations
Color information
#5B342A (or 0x5B342A) is known color: Redwood. HEX triplet: 5B, 34 and 2A. RGB value is (91,52,42). Sum of RGB (Red+Green+Blue) = 91+52+42=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B342A is #A4CBD5. Grayscale: #3E3E3E. Windows color (decimal): -10800086 or 2765915. OLE color: 2765915.
HSL color Cylindrical-coordinate representation of color #5B342A: hue angle of 12.24º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B342A is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 52 | 42 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.64 |
| HSL | 12.24º | 0.37% | 0.26% | - |
| HSV(B) | 12.24º | 0.54% | 0.36% | - |
| XYZ | 5.96 | 4.85 | 2.81 | - |
| YUV | 62.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 42 | 0 | 0.43 | 0.54 | 0.64 | 12.24 | 0.37 | 0.26 |
| Hex | 5B | 34 | 2A | 0 | 2B | 36 | 40 | C | 25 | 1A |
| Octal | 133 | 64 | 52 | 0 | 53 | 66 | 100 | 14 | 45 | 32 |
| Binary | 1011011 | 110100 | 101010 | 0 | 101011 | 110110 | 1000000 | 1100 | 100101 | 11010 |
Color Harmonies of #5B342A
Complementary color
Monochromatic Colors of #5B342A
Black with #5B342A
Text Example
Text Example
White with #5B342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B342A; }
p { color: rgb(91,52,42); }
H1.HeaderClassName
{
color: #5B342A;
}
.AnyTagClassName
{
color: #5B342A;
}
</style>
background-color css
<style>
a { background-color: #5B342A; }
a { background-color: rgb(91,52,42); }
div.DivClassName
{
background-color: #5B342A;
}
.BgClassName
{
background-color: #5B342A;
}
</style>
border-color css
<style>
span { border-color: #5B342A; }
span { border-color: rgb(91,52,42); }
td.TdClassName
{
border-color: #5B342A;
}
.TagClassName
{
border-color: #5B342A;
}
</style>