Shades of Redwood #603830
Tints of Redwood #603830
RGB
CMYK
RGB Variations
Color information
#603830 (or 0x603830) is known color: Redwood. HEX triplet: 60, 38 and 30. RGB value is (96,56,48). Sum of RGB (Red+Green+Blue) = 96+56+48=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #603830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603830 is #9FC7CF. Grayscale: #434343. Windows color (decimal): -10471376 or 3160160. OLE color: 3160160.
HSL color Cylindrical-coordinate representation of color #603830: hue angle of 10º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603830 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 48 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.62 |
| HSL | 10º | 0.33% | 0.28% | - |
| HSV(B) | 10º | 0.5% | 0.38% | - |
| XYZ | 6.77 | 5.53 | 3.51 | - |
| YUV | 67.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 48 | 0 | 0.42 | 0.50 | 0.62 | 10 | 0.33 | 0.28 |
| Hex | 60 | 38 | 30 | 0 | 2A | 32 | 3E | A | 21 | 1C |
| Octal | 140 | 70 | 60 | 0 | 52 | 62 | 76 | 12 | 41 | 34 |
| Binary | 1100000 | 111000 | 110000 | 0 | 101010 | 110010 | 111110 | 1010 | 100001 | 11100 |
Color Harmonies of #603830
Complementary color
Monochromatic Colors of #603830
Black with #603830
Text Example
Text Example
White with #603830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603830; }
p { color: rgb(96,56,48); }
H1.HeaderClassName
{
color: #603830;
}
.AnyTagClassName
{
color: #603830;
}
</style>
background-color css
<style>
a { background-color: #603830; }
a { background-color: rgb(96,56,48); }
div.DivClassName
{
background-color: #603830;
}
.BgClassName
{
background-color: #603830;
}
</style>
border-color css
<style>
span { border-color: #603830; }
span { border-color: rgb(96,56,48); }
td.TdClassName
{
border-color: #603830;
}
.TagClassName
{
border-color: #603830;
}
</style>