Shades of Redwood #623832
Tints of Redwood #623832
RGB
CMYK
RGB Variations
Color information
#623832 (or 0x623832) is known color: Redwood. HEX triplet: 62, 38 and 32. RGB value is (98,56,50). Sum of RGB (Red+Green+Blue) = 98+56+50=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #623832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623832 is #9DC7CD. Grayscale: #434343. Windows color (decimal): -10340302 or 3291234. OLE color: 3291234.
HSL color Cylindrical-coordinate representation of color #623832: hue angle of 7.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #623832 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 56 | 50 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.62 |
| HSL | 7.5º | 0.32% | 0.29% | - |
| HSV(B) | 7.5º | 0.49% | 0.38% | - |
| XYZ | 7.03 | 5.66 | 3.74 | - |
| YUV | 67.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 50 | 0 | 0.43 | 0.49 | 0.62 | 7.5 | 0.32 | 0.29 |
| Hex | 62 | 38 | 32 | 0 | 2B | 31 | 3E | 8 | 20 | 1D |
| Octal | 142 | 70 | 62 | 0 | 53 | 61 | 76 | 10 | 40 | 35 |
| Binary | 1100010 | 111000 | 110010 | 0 | 101011 | 110001 | 111110 | 1000 | 100000 | 11101 |
Color Harmonies of #623832
Complementary color
Monochromatic Colors of #623832
Black with #623832
Text Example
Text Example
White with #623832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623832; }
p { color: rgb(98,56,50); }
H1.HeaderClassName
{
color: #623832;
}
.AnyTagClassName
{
color: #623832;
}
</style>
background-color css
<style>
a { background-color: #623832; }
a { background-color: rgb(98,56,50); }
div.DivClassName
{
background-color: #623832;
}
.BgClassName
{
background-color: #623832;
}
</style>
border-color css
<style>
span { border-color: #623832; }
span { border-color: rgb(98,56,50); }
td.TdClassName
{
border-color: #623832;
}
.TagClassName
{
border-color: #623832;
}
</style>