Shades of Redwood #633932
Tints of Redwood #633932
RGB
CMYK
RGB Variations
Color information
#633932 (or 0x633932) is known color: Redwood. HEX triplet: 63, 39 and 32. RGB value is (99,57,50). Sum of RGB (Red+Green+Blue) = 99+57+50=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #633932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633932 is #9CC6CD. Grayscale: #444444. Windows color (decimal): -10274510 or 3291491. OLE color: 3291491.
HSL color Cylindrical-coordinate representation of color #633932: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #633932 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 57 | 50 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.61 |
| HSL | 8.57º | 0.33% | 0.29% | - |
| HSV(B) | 8.57º | 0.49% | 0.39% | - |
| XYZ | 7.18 | 5.81 | 3.76 | - |
| YUV | 68.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 57 | 50 | 0 | 0.42 | 0.49 | 0.61 | 8.57 | 0.33 | 0.29 |
| Hex | 63 | 39 | 32 | 0 | 2A | 31 | 3D | 9 | 21 | 1D |
| Octal | 143 | 71 | 62 | 0 | 52 | 61 | 75 | 11 | 41 | 35 |
| Binary | 1100011 | 111001 | 110010 | 0 | 101010 | 110001 | 111101 | 1001 | 100001 | 11101 |
Color Harmonies of #633932
Complementary color
Monochromatic Colors of #633932
Black with #633932
Text Example
Text Example
White with #633932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633932; }
p { color: rgb(99,57,50); }
H1.HeaderClassName
{
color: #633932;
}
.AnyTagClassName
{
color: #633932;
}
</style>
background-color css
<style>
a { background-color: #633932; }
a { background-color: rgb(99,57,50); }
div.DivClassName
{
background-color: #633932;
}
.BgClassName
{
background-color: #633932;
}
</style>
border-color css
<style>
span { border-color: #633932; }
span { border-color: rgb(99,57,50); }
td.TdClassName
{
border-color: #633932;
}
.TagClassName
{
border-color: #633932;
}
</style>