Shades of Woodrush #454420
Tints of Woodrush #454420
RGB
CMYK
RGB Variations
Color information
#454420 (or 0x454420) is known color: Woodrush. HEX triplet: 45, 44 and 20. RGB value is (69,68,32). Sum of RGB (Red+Green+Blue) = 69+68+32=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 69 - color contains mainly: red. Hex color #454420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454420 is #BABBDF. Grayscale: #404040. Windows color (decimal): -12237792 or 2114629. OLE color: 2114629.
HSL color Cylindrical-coordinate representation of color #454420: hue angle of 58.38º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #454420 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 68 | 32 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.73 |
| HSL | 58.38º | 0.37% | 0.2% | - |
| HSV(B) | 58.38º | 0.54% | 0.27% | - |
| XYZ | 4.78 | 5.5 | 2.18 | - |
| YUV | 64.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 32 | 0 | 0.01 | 0.54 | 0.73 | 58.38 | 0.37 | 0.2 |
| Hex | 45 | 44 | 20 | 0 | 1 | 36 | 49 | 3A | 25 | 14 |
| Octal | 105 | 104 | 40 | 0 | 1 | 66 | 111 | 72 | 45 | 24 |
| Binary | 1000101 | 1000100 | 100000 | 0 | 1 | 110110 | 1001001 | 111010 | 100101 | 10100 |
Color Harmonies of #454420
Complementary color
Monochromatic Colors of #454420
Black with #454420
Text Example
Text Example
White with #454420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454420; }
p { color: rgb(69,68,32); }
H1.HeaderClassName
{
color: #454420;
}
.AnyTagClassName
{
color: #454420;
}
</style>
background-color css
<style>
a { background-color: #454420; }
a { background-color: rgb(69,68,32); }
div.DivClassName
{
background-color: #454420;
}
.BgClassName
{
background-color: #454420;
}
</style>
border-color css
<style>
span { border-color: #454420; }
span { border-color: rgb(69,68,32); }
td.TdClassName
{
border-color: #454420;
}
.TagClassName
{
border-color: #454420;
}
</style>