Shades of Redwood #5D332A
Tints of Redwood #5D332A
RGB
CMYK
RGB Variations
Color information
#5D332A (or 0x5D332A) is known color: Redwood. HEX triplet: 5D, 33 and 2A. RGB value is (93,51,42). Sum of RGB (Red+Green+Blue) = 93+51+42=186 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 93 - color contains mainly: red. Hex color #5D332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D332A is #A2CCD5. Grayscale: #3E3E3E. Windows color (decimal): -10669270 or 2765661. OLE color: 2765661.
HSL color Cylindrical-coordinate representation of color #5D332A: hue angle of 10.59º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D332A is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 51 | 42 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.64 |
| HSL | 10.59º | 0.38% | 0.26% | - |
| HSV(B) | 10.59º | 0.55% | 0.36% | - |
| XYZ | 6.12 | 4.86 | 2.81 | - |
| YUV | 62.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 42 | 0 | 0.45 | 0.55 | 0.64 | 10.59 | 0.38 | 0.26 |
| Hex | 5D | 33 | 2A | 0 | 2D | 37 | 40 | B | 26 | 1A |
| Octal | 135 | 63 | 52 | 0 | 55 | 67 | 100 | 13 | 46 | 32 |
| Binary | 1011101 | 110011 | 101010 | 0 | 101101 | 110111 | 1000000 | 1011 | 100110 | 11010 |
Color Harmonies of #5D332A
Complementary color
Monochromatic Colors of #5D332A
Black with #5D332A
Text Example
Text Example
White with #5D332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D332A; }
p { color: rgb(93,51,42); }
H1.HeaderClassName
{
color: #5D332A;
}
.AnyTagClassName
{
color: #5D332A;
}
</style>
background-color css
<style>
a { background-color: #5D332A; }
a { background-color: rgb(93,51,42); }
div.DivClassName
{
background-color: #5D332A;
}
.BgClassName
{
background-color: #5D332A;
}
</style>
border-color css
<style>
span { border-color: #5D332A; }
span { border-color: rgb(93,51,42); }
td.TdClassName
{
border-color: #5D332A;
}
.TagClassName
{
border-color: #5D332A;
}
</style>