Shades of Redwood #603A32
Tints of Redwood #603A32
RGB
CMYK
RGB Variations
Color information
#603A32 (or 0x603A32) is known color: Redwood. HEX triplet: 60, 3A and 32. RGB value is (96,58,50). Sum of RGB (Red+Green+Blue) = 96+58+50=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #603A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A32 is #9FC5CD. Grayscale: #444444. Windows color (decimal): -10470862 or 3291744. OLE color: 3291744.
HSL color Cylindrical-coordinate representation of color #603A32: hue angle of 10.43º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #603A32 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 58 | 50 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.62 |
| HSL | 10.43º | 0.32% | 0.29% | - |
| HSV(B) | 10.43º | 0.48% | 0.38% | - |
| XYZ | 6.91 | 5.74 | 3.76 | - |
| YUV | 68.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 50 | 0 | 0.40 | 0.48 | 0.62 | 10.43 | 0.32 | 0.29 |
| Hex | 60 | 3A | 32 | 0 | 28 | 30 | 3E | A | 20 | 1D |
| Octal | 140 | 72 | 62 | 0 | 50 | 60 | 76 | 12 | 40 | 35 |
| Binary | 1100000 | 111010 | 110010 | 0 | 101000 | 110000 | 111110 | 1010 | 100000 | 11101 |
Color Harmonies of #603A32
Complementary color
Monochromatic Colors of #603A32
Black with #603A32
Text Example
Text Example
White with #603A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603A32; }
p { color: rgb(96,58,50); }
H1.HeaderClassName
{
color: #603A32;
}
.AnyTagClassName
{
color: #603A32;
}
</style>
background-color css
<style>
a { background-color: #603A32; }
a { background-color: rgb(96,58,50); }
div.DivClassName
{
background-color: #603A32;
}
.BgClassName
{
background-color: #603A32;
}
</style>
border-color css
<style>
span { border-color: #603A32; }
span { border-color: rgb(96,58,50); }
td.TdClassName
{
border-color: #603A32;
}
.TagClassName
{
border-color: #603A32;
}
</style>