Shades of Redwood #643730
Tints of Redwood #643730
RGB
CMYK
RGB Variations
Color information
#643730 (or 0x643730) is known color: Redwood. HEX triplet: 64, 37 and 30. RGB value is (100,55,48). Sum of RGB (Red+Green+Blue) = 100+55+48=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #643730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643730 is #9BC8CF. Grayscale: #434343. Windows color (decimal): -10209488 or 3159908. OLE color: 3159908.
HSL color Cylindrical-coordinate representation of color #643730: hue angle of 8.08º 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 #643730 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 55 | 48 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.61 |
| HSL | 8.08º | 0.35% | 0.29% | - |
| HSV(B) | 8.08º | 0.52% | 0.39% | - |
| XYZ | 7.16 | 5.66 | 3.51 | - |
| YUV | 67.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 55 | 48 | 0 | 0.45 | 0.52 | 0.61 | 8.08 | 0.35 | 0.29 |
| Hex | 64 | 37 | 30 | 0 | 2D | 34 | 3D | 8 | 23 | 1D |
| Octal | 144 | 67 | 60 | 0 | 55 | 64 | 75 | 10 | 43 | 35 |
| Binary | 1100100 | 110111 | 110000 | 0 | 101101 | 110100 | 111101 | 1000 | 100011 | 11101 |
Color Harmonies of #643730
Complementary color
Monochromatic Colors of #643730
Black with #643730
Text Example
Text Example
White with #643730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643730; }
p { color: rgb(100,55,48); }
H1.HeaderClassName
{
color: #643730;
}
.AnyTagClassName
{
color: #643730;
}
</style>
background-color css
<style>
a { background-color: #643730; }
a { background-color: rgb(100,55,48); }
div.DivClassName
{
background-color: #643730;
}
.BgClassName
{
background-color: #643730;
}
</style>
border-color css
<style>
span { border-color: #643730; }
span { border-color: rgb(100,55,48); }
td.TdClassName
{
border-color: #643730;
}
.TagClassName
{
border-color: #643730;
}
</style>