Shades of Woodrush #454028
Tints of Woodrush #454028
RGB
CMYK
RGB Variations
Color information
#454028 (or 0x454028) is known color: Woodrush. HEX triplet: 45, 40 and 28. RGB value is (69,64,40). Sum of RGB (Red+Green+Blue) = 69+64+40=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 69 - color contains mainly: red. Hex color #454028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454028 is #BABFD7. Grayscale: #3E3E3E. Windows color (decimal): -12238808 or 2637893. OLE color: 2637893.
HSL color Cylindrical-coordinate representation of color #454028: hue angle of 49.66º 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 #454028 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 64 | 40 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.73 |
| HSL | 49.66º | 0.27% | 0.21% | - |
| HSV(B) | 49.66º | 0.42% | 0.27% | - |
| XYZ | 4.67 | 5.09 | 2.74 | - |
| YUV | 62.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 40 | 0 | 0.07 | 0.42 | 0.73 | 49.66 | 0.27 | 0.21 |
| Hex | 45 | 40 | 28 | 0 | 7 | 2A | 49 | 32 | 1B | 15 |
| Octal | 105 | 100 | 50 | 0 | 7 | 52 | 111 | 62 | 33 | 25 |
| Binary | 1000101 | 1000000 | 101000 | 0 | 111 | 101010 | 1001001 | 110010 | 11011 | 10101 |
Color Harmonies of #454028
Complementary color
Monochromatic Colors of #454028
Black with #454028
Text Example
Text Example
White with #454028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454028; }
p { color: rgb(69,64,40); }
H1.HeaderClassName
{
color: #454028;
}
.AnyTagClassName
{
color: #454028;
}
</style>
background-color css
<style>
a { background-color: #454028; }
a { background-color: rgb(69,64,40); }
div.DivClassName
{
background-color: #454028;
}
.BgClassName
{
background-color: #454028;
}
</style>
border-color css
<style>
span { border-color: #454028; }
span { border-color: rgb(69,64,40); }
td.TdClassName
{
border-color: #454028;
}
.TagClassName
{
border-color: #454028;
}
</style>