Shades of Redwood #5A3933
Tints of Redwood #5A3933
RGB
CMYK
RGB Variations
Color information
#5A3933 (or 0x5A3933) is known color: Redwood. HEX triplet: 5A, 39 and 33. RGB value is (90,57,51). Sum of RGB (Red+Green+Blue) = 90+57+51=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3933 is #A5C6CC. Grayscale: #424242. Windows color (decimal): -10864333 or 3357018. OLE color: 3357018.
HSL color Cylindrical-coordinate representation of color #5A3933: hue angle of 9.23º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A3933 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 57 | 51 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.65 |
| HSL | 9.23º | 0.28% | 0.28% | - |
| HSV(B) | 9.23º | 0.43% | 0.35% | - |
| XYZ | 6.28 | 5.34 | 3.83 | - |
| YUV | 66.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 51 | 0 | 0.37 | 0.43 | 0.65 | 9.23 | 0.28 | 0.28 |
| Hex | 5A | 39 | 33 | 0 | 25 | 2B | 41 | 9 | 1C | 1C |
| Octal | 132 | 71 | 63 | 0 | 45 | 53 | 101 | 11 | 34 | 34 |
| Binary | 1011010 | 111001 | 110011 | 0 | 100101 | 101011 | 1000001 | 1001 | 11100 | 11100 |
Color Harmonies of #5A3933
Complementary color
Monochromatic Colors of #5A3933
Black with #5A3933
Text Example
Text Example
White with #5A3933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3933; }
p { color: rgb(90,57,51); }
H1.HeaderClassName
{
color: #5A3933;
}
.AnyTagClassName
{
color: #5A3933;
}
</style>
background-color css
<style>
a { background-color: #5A3933; }
a { background-color: rgb(90,57,51); }
div.DivClassName
{
background-color: #5A3933;
}
.BgClassName
{
background-color: #5A3933;
}
</style>
border-color css
<style>
span { border-color: #5A3933; }
span { border-color: rgb(90,57,51); }
td.TdClassName
{
border-color: #5A3933;
}
.TagClassName
{
border-color: #5A3933;
}
</style>