Shades of Woodrush #454128
Tints of Woodrush #454128
RGB
CMYK
RGB Variations
Color information
#454128 (or 0x454128) is known color: Woodrush. HEX triplet: 45, 41 and 28. RGB value is (69,65,40). Sum of RGB (Red+Green+Blue) = 69+65+40=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 69 - color contains mainly: red. Hex color #454128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454128 is #BABED7. Grayscale: #3F3F3F. Windows color (decimal): -12238552 or 2638149. OLE color: 2638149.
HSL color Cylindrical-coordinate representation of color #454128: hue angle of 51.72º 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 #454128 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 65 | 40 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.73 |
| HSL | 51.72º | 0.27% | 0.21% | - |
| HSV(B) | 51.72º | 0.42% | 0.27% | - |
| XYZ | 4.73 | 5.2 | 2.76 | - |
| YUV | 63.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 40 | 0 | 0.06 | 0.42 | 0.73 | 51.72 | 0.27 | 0.21 |
| Hex | 45 | 41 | 28 | 0 | 6 | 2A | 49 | 34 | 1B | 15 |
| Octal | 105 | 101 | 50 | 0 | 6 | 52 | 111 | 64 | 33 | 25 |
| Binary | 1000101 | 1000001 | 101000 | 0 | 110 | 101010 | 1001001 | 110100 | 11011 | 10101 |
Color Harmonies of #454128
Complementary color
Monochromatic Colors of #454128
Black with #454128
Text Example
Text Example
White with #454128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454128; }
p { color: rgb(69,65,40); }
H1.HeaderClassName
{
color: #454128;
}
.AnyTagClassName
{
color: #454128;
}
</style>
background-color css
<style>
a { background-color: #454128; }
a { background-color: rgb(69,65,40); }
div.DivClassName
{
background-color: #454128;
}
.BgClassName
{
background-color: #454128;
}
</style>
border-color css
<style>
span { border-color: #454128; }
span { border-color: rgb(69,65,40); }
td.TdClassName
{
border-color: #454128;
}
.TagClassName
{
border-color: #454128;
}
</style>