Shades of Woodrush #403C25
Tints of Woodrush #403C25
RGB
CMYK
RGB Variations
Color information
#403C25 (or 0x403C25) is known color: Woodrush. HEX triplet: 40, 3C and 25. RGB value is (64,60,37). Sum of RGB (Red+Green+Blue) = 64+60+37=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #403C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C25 is #BFC3DA. Grayscale: #3A3A3A. Windows color (decimal): -12567515 or 2440256. OLE color: 2440256.
HSL color Cylindrical-coordinate representation of color #403C25: hue angle of 51.11º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #403C25 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 60 | 37 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.75 |
| HSL | 51.11º | 0.27% | 0.2% | - |
| HSV(B) | 51.11º | 0.42% | 0.25% | - |
| XYZ | 4.06 | 4.46 | 2.4 | - |
| YUV | 58.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 37 | 0 | 0.06 | 0.42 | 0.75 | 51.11 | 0.27 | 0.2 |
| Hex | 40 | 3C | 25 | 0 | 6 | 2A | 4B | 33 | 1B | 14 |
| Octal | 100 | 74 | 45 | 0 | 6 | 52 | 113 | 63 | 33 | 24 |
| Binary | 1000000 | 111100 | 100101 | 0 | 110 | 101010 | 1001011 | 110011 | 11011 | 10100 |
Color Harmonies of #403C25
Complementary color
Monochromatic Colors of #403C25
Black with #403C25
Text Example
Text Example
White with #403C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C25; }
p { color: rgb(64,60,37); }
H1.HeaderClassName
{
color: #403C25;
}
.AnyTagClassName
{
color: #403C25;
}
</style>
background-color css
<style>
a { background-color: #403C25; }
a { background-color: rgb(64,60,37); }
div.DivClassName
{
background-color: #403C25;
}
.BgClassName
{
background-color: #403C25;
}
</style>
border-color css
<style>
span { border-color: #403C25; }
span { border-color: rgb(64,60,37); }
td.TdClassName
{
border-color: #403C25;
}
.TagClassName
{
border-color: #403C25;
}
</style>