Shades of Woodrush #403B25
Tints of Woodrush #403B25
RGB
CMYK
RGB Variations
Color information
#403B25 (or 0x403B25) is known color: Woodrush. HEX triplet: 40, 3B and 25. RGB value is (64,59,37). Sum of RGB (Red+Green+Blue) = 64+59+37=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #403B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B25 is #BFC4DA. Grayscale: #3A3A3A. Windows color (decimal): -12567771 or 2440000. OLE color: 2440000.
HSL color Cylindrical-coordinate representation of color #403B25: hue angle of 48.89º 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 #403B25 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 37 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.75 |
| HSL | 48.89º | 0.27% | 0.2% | - |
| HSV(B) | 48.89º | 0.42% | 0.25% | - |
| XYZ | 4.01 | 4.35 | 2.38 | - |
| YUV | 57.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 37 | 0 | 0.08 | 0.42 | 0.75 | 48.89 | 0.27 | 0.2 |
| Hex | 40 | 3B | 25 | 0 | 8 | 2A | 4B | 31 | 1B | 14 |
| Octal | 100 | 73 | 45 | 0 | 10 | 52 | 113 | 61 | 33 | 24 |
| Binary | 1000000 | 111011 | 100101 | 0 | 1000 | 101010 | 1001011 | 110001 | 11011 | 10100 |
Color Harmonies of #403B25
Complementary color
Monochromatic Colors of #403B25
Black with #403B25
Text Example
Text Example
White with #403B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B25; }
p { color: rgb(64,59,37); }
H1.HeaderClassName
{
color: #403B25;
}
.AnyTagClassName
{
color: #403B25;
}
</style>
background-color css
<style>
a { background-color: #403B25; }
a { background-color: rgb(64,59,37); }
div.DivClassName
{
background-color: #403B25;
}
.BgClassName
{
background-color: #403B25;
}
</style>
border-color css
<style>
span { border-color: #403B25; }
span { border-color: rgb(64,59,37); }
td.TdClassName
{
border-color: #403B25;
}
.TagClassName
{
border-color: #403B25;
}
</style>