Shades of Woodrush #454428
Tints of Woodrush #454428
RGB
CMYK
RGB Variations
Color information
#454428 (or 0x454428) is known color: Woodrush. HEX triplet: 45, 44 and 28. RGB value is (69,68,40). Sum of RGB (Red+Green+Blue) = 69+68+40=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 69 - color contains mainly: red. Hex color #454428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454428 is #BABBD7. Grayscale: #414141. Windows color (decimal): -12237784 or 2638917. OLE color: 2638917.
HSL color Cylindrical-coordinate representation of color #454428: hue angle of 57.93º 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 #454428 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 68 | 40 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.73 |
| HSL | 57.93º | 0.27% | 0.21% | - |
| HSV(B) | 57.93º | 0.42% | 0.27% | - |
| XYZ | 4.9 | 5.55 | 2.82 | - |
| YUV | 65.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 40 | 0 | 0.01 | 0.42 | 0.73 | 57.93 | 0.27 | 0.21 |
| Hex | 45 | 44 | 28 | 0 | 1 | 2A | 49 | 3A | 1B | 15 |
| Octal | 105 | 104 | 50 | 0 | 1 | 52 | 111 | 72 | 33 | 25 |
| Binary | 1000101 | 1000100 | 101000 | 0 | 1 | 101010 | 1001001 | 111010 | 11011 | 10101 |
Color Harmonies of #454428
Complementary color
Monochromatic Colors of #454428
Black with #454428
Text Example
Text Example
White with #454428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454428; }
p { color: rgb(69,68,40); }
H1.HeaderClassName
{
color: #454428;
}
.AnyTagClassName
{
color: #454428;
}
</style>
background-color css
<style>
a { background-color: #454428; }
a { background-color: rgb(69,68,40); }
div.DivClassName
{
background-color: #454428;
}
.BgClassName
{
background-color: #454428;
}
</style>
border-color css
<style>
span { border-color: #454428; }
span { border-color: rgb(69,68,40); }
td.TdClassName
{
border-color: #454428;
}
.TagClassName
{
border-color: #454428;
}
</style>