Shades of Woodrush #403B27
Tints of Woodrush #403B27
RGB
CMYK
RGB Variations
Color information
#403B27 (or 0x403B27) is known color: Woodrush. HEX triplet: 40, 3B and 27. RGB value is (64,59,39). Sum of RGB (Red+Green+Blue) = 64+59+39=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 64 - color contains mainly: red. Hex color #403B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B27 is #BFC4D8. Grayscale: #3A3A3A. Windows color (decimal): -12567769 or 2571072. OLE color: 2571072.
HSL color Cylindrical-coordinate representation of color #403B27: hue angle of 48º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403B27 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 39 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.75 |
| HSL | 48º | 0.24% | 0.2% | - |
| HSV(B) | 48º | 0.39% | 0.25% | - |
| XYZ | 4.04 | 4.36 | 2.55 | - |
| YUV | 58.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 39 | 0 | 0.08 | 0.39 | 0.75 | 48 | 0.24 | 0.2 |
| Hex | 40 | 3B | 27 | 0 | 8 | 27 | 4B | 30 | 18 | 14 |
| Octal | 100 | 73 | 47 | 0 | 10 | 47 | 113 | 60 | 30 | 24 |
| Binary | 1000000 | 111011 | 100111 | 0 | 1000 | 100111 | 1001011 | 110000 | 11000 | 10100 |
Color Harmonies of #403B27
Complementary color
Monochromatic Colors of #403B27
Black with #403B27
Text Example
Text Example
White with #403B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B27; }
p { color: rgb(64,59,39); }
H1.HeaderClassName
{
color: #403B27;
}
.AnyTagClassName
{
color: #403B27;
}
</style>
background-color css
<style>
a { background-color: #403B27; }
a { background-color: rgb(64,59,39); }
div.DivClassName
{
background-color: #403B27;
}
.BgClassName
{
background-color: #403B27;
}
</style>
border-color css
<style>
span { border-color: #403B27; }
span { border-color: rgb(64,59,39); }
td.TdClassName
{
border-color: #403B27;
}
.TagClassName
{
border-color: #403B27;
}
</style>