Shades of Redwood #603532
Tints of Redwood #603532
RGB
CMYK
RGB Variations
Color information
#603532 (or 0x603532) is known color: Redwood. HEX triplet: 60, 35 and 32. RGB value is (96,53,50). Sum of RGB (Red+Green+Blue) = 96+53+50=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #603532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603532 is #9FCACD. Grayscale: #414141. Windows color (decimal): -10472142 or 3290464. OLE color: 3290464.
HSL color Cylindrical-coordinate representation of color #603532: hue angle of 3.91º 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 #603532 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 53 | 50 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.62 |
| HSL | 3.91º | 0.32% | 0.29% | - |
| HSV(B) | 3.91º | 0.48% | 0.38% | - |
| XYZ | 6.67 | 5.26 | 3.68 | - |
| YUV | 65.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 50 | 0 | 0.45 | 0.48 | 0.62 | 3.91 | 0.32 | 0.29 |
| Hex | 60 | 35 | 32 | 0 | 2D | 30 | 3E | 4 | 20 | 1D |
| Octal | 140 | 65 | 62 | 0 | 55 | 60 | 76 | 4 | 40 | 35 |
| Binary | 1100000 | 110101 | 110010 | 0 | 101101 | 110000 | 111110 | 100 | 100000 | 11101 |
Color Harmonies of #603532
Complementary color
Monochromatic Colors of #603532
Black with #603532
Text Example
Text Example
White with #603532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603532; }
p { color: rgb(96,53,50); }
H1.HeaderClassName
{
color: #603532;
}
.AnyTagClassName
{
color: #603532;
}
</style>
background-color css
<style>
a { background-color: #603532; }
a { background-color: rgb(96,53,50); }
div.DivClassName
{
background-color: #603532;
}
.BgClassName
{
background-color: #603532;
}
</style>
border-color css
<style>
span { border-color: #603532; }
span { border-color: rgb(96,53,50); }
td.TdClassName
{
border-color: #603532;
}
.TagClassName
{
border-color: #603532;
}
</style>