Shades of Redwood #633933
Tints of Redwood #633933
RGB
CMYK
RGB Variations
Color information
#633933 (or 0x633933) is known color: Redwood. HEX triplet: 63, 39 and 33. RGB value is (99,57,51). Sum of RGB (Red+Green+Blue) = 99+57+51=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #633933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633933 is #9CC6CC. Grayscale: #444444. Windows color (decimal): -10274509 or 3357027. OLE color: 3357027.
HSL color Cylindrical-coordinate representation of color #633933: hue angle of 7.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #633933 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 57 | 51 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.61 |
| HSL | 7.5º | 0.32% | 0.29% | - |
| HSV(B) | 7.5º | 0.48% | 0.39% | - |
| XYZ | 7.21 | 5.82 | 3.88 | - |
| YUV | 68.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 57 | 51 | 0 | 0.42 | 0.48 | 0.61 | 7.5 | 0.32 | 0.29 |
| Hex | 63 | 39 | 33 | 0 | 2A | 30 | 3D | 8 | 20 | 1D |
| Octal | 143 | 71 | 63 | 0 | 52 | 60 | 75 | 10 | 40 | 35 |
| Binary | 1100011 | 111001 | 110011 | 0 | 101010 | 110000 | 111101 | 1000 | 100000 | 11101 |
Color Harmonies of #633933
Complementary color
Monochromatic Colors of #633933
Black with #633933
Text Example
Text Example
White with #633933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633933; }
p { color: rgb(99,57,51); }
H1.HeaderClassName
{
color: #633933;
}
.AnyTagClassName
{
color: #633933;
}
</style>
background-color css
<style>
a { background-color: #633933; }
a { background-color: rgb(99,57,51); }
div.DivClassName
{
background-color: #633933;
}
.BgClassName
{
background-color: #633933;
}
</style>
border-color css
<style>
span { border-color: #633933; }
span { border-color: rgb(99,57,51); }
td.TdClassName
{
border-color: #633933;
}
.TagClassName
{
border-color: #633933;
}
</style>