Shades of Redwood #62342C
Tints of Redwood #62342C
RGB
CMYK
RGB Variations
Color information
#62342C (or 0x62342C) is known color: Redwood. HEX triplet: 62, 34 and 2C. RGB value is (98,52,44). Sum of RGB (Red+Green+Blue) = 98+52+44=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62342C is #9DCBD3. Grayscale: #404040. Windows color (decimal): -10341332 or 2896994. OLE color: 2896994.
HSL color Cylindrical-coordinate representation of color #62342C: hue angle of 8.89º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62342C is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 52 | 44 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.62 |
| HSL | 8.89º | 0.38% | 0.28% | - |
| HSV(B) | 8.89º | 0.55% | 0.38% | - |
| XYZ | 6.72 | 5.23 | 3.04 | - |
| YUV | 64.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 52 | 44 | 0 | 0.47 | 0.55 | 0.62 | 8.89 | 0.38 | 0.28 |
| Hex | 62 | 34 | 2C | 0 | 2F | 37 | 3E | 9 | 26 | 1C |
| Octal | 142 | 64 | 54 | 0 | 57 | 67 | 76 | 11 | 46 | 34 |
| Binary | 1100010 | 110100 | 101100 | 0 | 101111 | 110111 | 111110 | 1001 | 100110 | 11100 |
Color Harmonies of #62342C
Complementary color
Monochromatic Colors of #62342C
Black with #62342C
Text Example
Text Example
White with #62342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62342C; }
p { color: rgb(98,52,44); }
H1.HeaderClassName
{
color: #62342C;
}
.AnyTagClassName
{
color: #62342C;
}
</style>
background-color css
<style>
a { background-color: #62342C; }
a { background-color: rgb(98,52,44); }
div.DivClassName
{
background-color: #62342C;
}
.BgClassName
{
background-color: #62342C;
}
</style>
border-color css
<style>
span { border-color: #62342C; }
span { border-color: rgb(98,52,44); }
td.TdClassName
{
border-color: #62342C;
}
.TagClassName
{
border-color: #62342C;
}
</style>