Shades of Redwood #62362E
Tints of Redwood #62362E
RGB
CMYK
RGB Variations
Color information
#62362E (or 0x62362E) is known color: Redwood. HEX triplet: 62, 36 and 2E. RGB value is (98,54,46). Sum of RGB (Red+Green+Blue) = 98+54+46=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62362E is #9DC9D1. Grayscale: #424242. Windows color (decimal): -10340818 or 3028578. OLE color: 3028578.
HSL color Cylindrical-coordinate representation of color #62362E: hue angle of 9.23º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62362E is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 54 | 46 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.62 |
| HSL | 9.23º | 0.36% | 0.28% | - |
| HSV(B) | 9.23º | 0.53% | 0.38% | - |
| XYZ | 6.85 | 5.43 | 3.27 | - |
| YUV | 66.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 46 | 0 | 0.45 | 0.53 | 0.62 | 9.23 | 0.36 | 0.28 |
| Hex | 62 | 36 | 2E | 0 | 2D | 35 | 3E | 9 | 24 | 1C |
| Octal | 142 | 66 | 56 | 0 | 55 | 65 | 76 | 11 | 44 | 34 |
| Binary | 1100010 | 110110 | 101110 | 0 | 101101 | 110101 | 111110 | 1001 | 100100 | 11100 |
Color Harmonies of #62362E
Complementary color
Monochromatic Colors of #62362E
Black with #62362E
Text Example
Text Example
White with #62362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62362E; }
p { color: rgb(98,54,46); }
H1.HeaderClassName
{
color: #62362E;
}
.AnyTagClassName
{
color: #62362E;
}
</style>
background-color css
<style>
a { background-color: #62362E; }
a { background-color: rgb(98,54,46); }
div.DivClassName
{
background-color: #62362E;
}
.BgClassName
{
background-color: #62362E;
}
</style>
border-color css
<style>
span { border-color: #62362E; }
span { border-color: rgb(98,54,46); }
td.TdClassName
{
border-color: #62362E;
}
.TagClassName
{
border-color: #62362E;
}
</style>