Shades of Woodrush #454228
Tints of Woodrush #454228
RGB
CMYK
RGB Variations
Color information
#454228 (or 0x454228) is known color: Woodrush. HEX triplet: 45, 42 and 28. RGB value is (69,66,40). Sum of RGB (Red+Green+Blue) = 69+66+40=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 69 - color contains mainly: red. Hex color #454228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454228 is #BABDD7. Grayscale: #404040. Windows color (decimal): -12238296 or 2638405. OLE color: 2638405.
HSL color Cylindrical-coordinate representation of color #454228: hue angle of 53.79º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #454228 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 66 | 40 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.73 |
| HSL | 53.79º | 0.27% | 0.21% | - |
| HSV(B) | 53.79º | 0.42% | 0.27% | - |
| XYZ | 4.79 | 5.31 | 2.78 | - |
| YUV | 63.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 40 | 0 | 0.04 | 0.42 | 0.73 | 53.79 | 0.27 | 0.21 |
| Hex | 45 | 42 | 28 | 0 | 4 | 2A | 49 | 36 | 1B | 15 |
| Octal | 105 | 102 | 50 | 0 | 4 | 52 | 111 | 66 | 33 | 25 |
| Binary | 1000101 | 1000010 | 101000 | 0 | 100 | 101010 | 1001001 | 110110 | 11011 | 10101 |
Color Harmonies of #454228
Complementary color
Monochromatic Colors of #454228
Black with #454228
Text Example
Text Example
White with #454228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454228; }
p { color: rgb(69,66,40); }
H1.HeaderClassName
{
color: #454228;
}
.AnyTagClassName
{
color: #454228;
}
</style>
background-color css
<style>
a { background-color: #454228; }
a { background-color: rgb(69,66,40); }
div.DivClassName
{
background-color: #454228;
}
.BgClassName
{
background-color: #454228;
}
</style>
border-color css
<style>
span { border-color: #454228; }
span { border-color: rgb(69,66,40); }
td.TdClassName
{
border-color: #454228;
}
.TagClassName
{
border-color: #454228;
}
</style>