Shades of Redwood #5B3A34
Tints of Redwood #5B3A34
RGB
CMYK
RGB Variations
Color information
#5B3A34 (or 0x5B3A34) is known color: Redwood. HEX triplet: 5B, 3A and 34. RGB value is (91,58,52). Sum of RGB (Red+Green+Blue) = 91+58+52=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3A34 is #A4C5CB. Grayscale: #434343. Windows color (decimal): -10798540 or 3422811. OLE color: 3422811.
HSL color Cylindrical-coordinate representation of color #5B3A34: hue angle of 9.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B3A34 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 58 | 52 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.64 |
| HSL | 9.23º | 0.27% | 0.28% | - |
| HSV(B) | 9.23º | 0.43% | 0.36% | - |
| XYZ | 6.45 | 5.5 | 3.97 | - |
| YUV | 67.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 52 | 0 | 0.36 | 0.43 | 0.64 | 9.23 | 0.27 | 0.28 |
| Hex | 5B | 3A | 34 | 0 | 24 | 2B | 40 | 9 | 1B | 1C |
| Octal | 133 | 72 | 64 | 0 | 44 | 53 | 100 | 11 | 33 | 34 |
| Binary | 1011011 | 111010 | 110100 | 0 | 100100 | 101011 | 1000000 | 1001 | 11011 | 11100 |
Color Harmonies of #5B3A34
Complementary color
Monochromatic Colors of #5B3A34
Black with #5B3A34
Text Example
Text Example
White with #5B3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3A34; }
p { color: rgb(91,58,52); }
H1.HeaderClassName
{
color: #5B3A34;
}
.AnyTagClassName
{
color: #5B3A34;
}
</style>
background-color css
<style>
a { background-color: #5B3A34; }
a { background-color: rgb(91,58,52); }
div.DivClassName
{
background-color: #5B3A34;
}
.BgClassName
{
background-color: #5B3A34;
}
</style>
border-color css
<style>
span { border-color: #5B3A34; }
span { border-color: rgb(91,58,52); }
td.TdClassName
{
border-color: #5B3A34;
}
.TagClassName
{
border-color: #5B3A34;
}
</style>