Shades of Redwood #633830
Tints of Redwood #633830
RGB
CMYK
RGB Variations
Color information
#633830 (or 0x633830) is known color: Redwood. HEX triplet: 63, 38 and 30. RGB value is (99,56,48). Sum of RGB (Red+Green+Blue) = 99+56+48=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #633830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633830 is #9CC7CF. Grayscale: #444444. Windows color (decimal): -10274768 or 3160163. OLE color: 3160163.
HSL color Cylindrical-coordinate representation of color #633830: hue angle of 9.41º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #633830 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 56 | 48 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.61 |
| HSL | 9.41º | 0.35% | 0.29% | - |
| HSV(B) | 9.41º | 0.52% | 0.39% | - |
| XYZ | 7.09 | 5.69 | 3.52 | - |
| YUV | 67.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 56 | 48 | 0 | 0.43 | 0.52 | 0.61 | 9.41 | 0.35 | 0.29 |
| Hex | 63 | 38 | 30 | 0 | 2B | 34 | 3D | 9 | 23 | 1D |
| Octal | 143 | 70 | 60 | 0 | 53 | 64 | 75 | 11 | 43 | 35 |
| Binary | 1100011 | 111000 | 110000 | 0 | 101011 | 110100 | 111101 | 1001 | 100011 | 11101 |
Color Harmonies of #633830
Complementary color
Monochromatic Colors of #633830
Black with #633830
Text Example
Text Example
White with #633830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633830; }
p { color: rgb(99,56,48); }
H1.HeaderClassName
{
color: #633830;
}
.AnyTagClassName
{
color: #633830;
}
</style>
background-color css
<style>
a { background-color: #633830; }
a { background-color: rgb(99,56,48); }
div.DivClassName
{
background-color: #633830;
}
.BgClassName
{
background-color: #633830;
}
</style>
border-color css
<style>
span { border-color: #633830; }
span { border-color: rgb(99,56,48); }
td.TdClassName
{
border-color: #633830;
}
.TagClassName
{
border-color: #633830;
}
</style>