Shades of Redwood #5A3430
Tints of Redwood #5A3430
RGB
CMYK
RGB Variations
Color information
#5A3430 (or 0x5A3430) is known color: Redwood. HEX triplet: 5A, 34 and 30. RGB value is (90,52,48). Sum of RGB (Red+Green+Blue) = 90+52+48=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3430 is #A5CBCF. Grayscale: #3E3E3E. Windows color (decimal): -10865616 or 3159130. OLE color: 3159130.
HSL color Cylindrical-coordinate representation of color #5A3430: hue angle of 5.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A3430 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 52 | 48 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.65 |
| HSL | 5.71º | 0.3% | 0.27% | - |
| HSV(B) | 5.71º | 0.47% | 0.35% | - |
| XYZ | 5.98 | 4.84 | 3.42 | - |
| YUV | 62.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 48 | 0 | 0.42 | 0.47 | 0.65 | 5.71 | 0.3 | 0.27 |
| Hex | 5A | 34 | 30 | 0 | 2A | 2F | 41 | 6 | 1E | 1B |
| Octal | 132 | 64 | 60 | 0 | 52 | 57 | 101 | 6 | 36 | 33 |
| Binary | 1011010 | 110100 | 110000 | 0 | 101010 | 101111 | 1000001 | 110 | 11110 | 11011 |
Color Harmonies of #5A3430
Complementary color
Monochromatic Colors of #5A3430
Black with #5A3430
Text Example
Text Example
White with #5A3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3430; }
p { color: rgb(90,52,48); }
H1.HeaderClassName
{
color: #5A3430;
}
.AnyTagClassName
{
color: #5A3430;
}
</style>
background-color css
<style>
a { background-color: #5A3430; }
a { background-color: rgb(90,52,48); }
div.DivClassName
{
background-color: #5A3430;
}
.BgClassName
{
background-color: #5A3430;
}
</style>
border-color css
<style>
span { border-color: #5A3430; }
span { border-color: rgb(90,52,48); }
td.TdClassName
{
border-color: #5A3430;
}
.TagClassName
{
border-color: #5A3430;
}
</style>