Shades of Woodrush #454328
Tints of Woodrush #454328
RGB
CMYK
RGB Variations
Color information
#454328 (or 0x454328) is known color: Woodrush. HEX triplet: 45, 43 and 28. RGB value is (69,67,40). Sum of RGB (Red+Green+Blue) = 69+67+40=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 69 - color contains mainly: red. Hex color #454328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454328 is #BABCD7. Grayscale: #404040. Windows color (decimal): -12238040 or 2638661. OLE color: 2638661.
HSL color Cylindrical-coordinate representation of color #454328: hue angle of 55.86º 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 #454328 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 67 | 40 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.73 |
| HSL | 55.86º | 0.27% | 0.21% | - |
| HSV(B) | 55.86º | 0.42% | 0.27% | - |
| XYZ | 4.84 | 5.43 | 2.8 | - |
| YUV | 64.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 40 | 0 | 0.03 | 0.42 | 0.73 | 55.86 | 0.27 | 0.21 |
| Hex | 45 | 43 | 28 | 0 | 3 | 2A | 49 | 38 | 1B | 15 |
| Octal | 105 | 103 | 50 | 0 | 3 | 52 | 111 | 70 | 33 | 25 |
| Binary | 1000101 | 1000011 | 101000 | 0 | 11 | 101010 | 1001001 | 111000 | 11011 | 10101 |
Color Harmonies of #454328
Complementary color
Monochromatic Colors of #454328
Black with #454328
Text Example
Text Example
White with #454328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454328; }
p { color: rgb(69,67,40); }
H1.HeaderClassName
{
color: #454328;
}
.AnyTagClassName
{
color: #454328;
}
</style>
background-color css
<style>
a { background-color: #454328; }
a { background-color: rgb(69,67,40); }
div.DivClassName
{
background-color: #454328;
}
.BgClassName
{
background-color: #454328;
}
</style>
border-color css
<style>
span { border-color: #454328; }
span { border-color: rgb(69,67,40); }
td.TdClassName
{
border-color: #454328;
}
.TagClassName
{
border-color: #454328;
}
</style>