Shades of Woodrush #403C23
Tints of Woodrush #403C23
RGB
CMYK
RGB Variations
Color information
#403C23 (or 0x403C23) is known color: Woodrush. HEX triplet: 40, 3C and 23. RGB value is (64,60,35). Sum of RGB (Red+Green+Blue) = 64+60+35=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #403C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C23 is #BFC3DC. Grayscale: #3A3A3A. Windows color (decimal): -12567517 or 2309184. OLE color: 2309184.
HSL color Cylindrical-coordinate representation of color #403C23: hue angle of 51.72º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #403C23 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 60 | 35 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.75 |
| HSL | 51.72º | 0.29% | 0.19% | - |
| HSV(B) | 51.72º | 0.45% | 0.25% | - |
| XYZ | 4.03 | 4.44 | 2.24 | - |
| YUV | 58.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 35 | 0 | 0.06 | 0.45 | 0.75 | 51.72 | 0.29 | 0.19 |
| Hex | 40 | 3C | 23 | 0 | 6 | 2D | 4B | 34 | 1D | 13 |
| Octal | 100 | 74 | 43 | 0 | 6 | 55 | 113 | 64 | 35 | 23 |
| Binary | 1000000 | 111100 | 100011 | 0 | 110 | 101101 | 1001011 | 110100 | 11101 | 10011 |
Color Harmonies of #403C23
Complementary color
Monochromatic Colors of #403C23
Black with #403C23
Text Example
Text Example
White with #403C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C23; }
p { color: rgb(64,60,35); }
H1.HeaderClassName
{
color: #403C23;
}
.AnyTagClassName
{
color: #403C23;
}
</style>
background-color css
<style>
a { background-color: #403C23; }
a { background-color: rgb(64,60,35); }
div.DivClassName
{
background-color: #403C23;
}
.BgClassName
{
background-color: #403C23;
}
</style>
border-color css
<style>
span { border-color: #403C23; }
span { border-color: rgb(64,60,35); }
td.TdClassName
{
border-color: #403C23;
}
.TagClassName
{
border-color: #403C23;
}
</style>