Shades of Redwood #5A3A34
Tints of Redwood #5A3A34
RGB
CMYK
RGB Variations
Color information
#5A3A34 (or 0x5A3A34) is known color: Redwood. HEX triplet: 5A, 3A and 34. RGB value is (90,58,52). Sum of RGB (Red+Green+Blue) = 90+58+52=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3A34 is #A5C5CB. Grayscale: #424242. Windows color (decimal): -10864076 or 3422810. OLE color: 3422810.
HSL color Cylindrical-coordinate representation of color #5A3A34: hue angle of 9.47º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A3A34 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 58 | 52 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.65 |
| HSL | 9.47º | 0.27% | 0.28% | - |
| HSV(B) | 9.47º | 0.42% | 0.35% | - |
| XYZ | 6.35 | 5.45 | 3.97 | - |
| YUV | 66.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 58 | 52 | 0 | 0.36 | 0.42 | 0.65 | 9.47 | 0.27 | 0.28 |
| Hex | 5A | 3A | 34 | 0 | 24 | 2A | 41 | 9 | 1B | 1C |
| Octal | 132 | 72 | 64 | 0 | 44 | 52 | 101 | 11 | 33 | 34 |
| Binary | 1011010 | 111010 | 110100 | 0 | 100100 | 101010 | 1000001 | 1001 | 11011 | 11100 |
Color Harmonies of #5A3A34
Complementary color
Monochromatic Colors of #5A3A34
Black with #5A3A34
Text Example
Text Example
White with #5A3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3A34; }
p { color: rgb(90,58,52); }
H1.HeaderClassName
{
color: #5A3A34;
}
.AnyTagClassName
{
color: #5A3A34;
}
</style>
background-color css
<style>
a { background-color: #5A3A34; }
a { background-color: rgb(90,58,52); }
div.DivClassName
{
background-color: #5A3A34;
}
.BgClassName
{
background-color: #5A3A34;
}
</style>
border-color css
<style>
span { border-color: #5A3A34; }
span { border-color: rgb(90,58,52); }
td.TdClassName
{
border-color: #5A3A34;
}
.TagClassName
{
border-color: #5A3A34;
}
</style>