Shades of Woodrush #403D23
Tints of Woodrush #403D23
RGB
CMYK
RGB Variations
Color information
#403D23 (or 0x403D23) is known color: Woodrush. HEX triplet: 40, 3D and 23. RGB value is (64,61,35). Sum of RGB (Red+Green+Blue) = 64+61+35=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 64 - color contains mainly: red. Hex color #403D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D23 is #BFC2DC. Grayscale: #3B3B3B. Windows color (decimal): -12567261 or 2309440. OLE color: 2309440.
HSL color Cylindrical-coordinate representation of color #403D23: hue angle of 53.79º 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 #403D23 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 35 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.75 |
| HSL | 53.79º | 0.29% | 0.19% | - |
| HSV(B) | 53.79º | 0.45% | 0.25% | - |
| XYZ | 4.09 | 4.55 | 2.25 | - |
| YUV | 58.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 35 | 0 | 0.05 | 0.45 | 0.75 | 53.79 | 0.29 | 0.19 |
| Hex | 40 | 3D | 23 | 0 | 5 | 2D | 4B | 36 | 1D | 13 |
| Octal | 100 | 75 | 43 | 0 | 5 | 55 | 113 | 66 | 35 | 23 |
| Binary | 1000000 | 111101 | 100011 | 0 | 101 | 101101 | 1001011 | 110110 | 11101 | 10011 |
Color Harmonies of #403D23
Complementary color
Monochromatic Colors of #403D23
Black with #403D23
Text Example
Text Example
White with #403D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D23; }
p { color: rgb(64,61,35); }
H1.HeaderClassName
{
color: #403D23;
}
.AnyTagClassName
{
color: #403D23;
}
</style>
background-color css
<style>
a { background-color: #403D23; }
a { background-color: rgb(64,61,35); }
div.DivClassName
{
background-color: #403D23;
}
.BgClassName
{
background-color: #403D23;
}
</style>
border-color css
<style>
span { border-color: #403D23; }
span { border-color: rgb(64,61,35); }
td.TdClassName
{
border-color: #403D23;
}
.TagClassName
{
border-color: #403D23;
}
</style>