Shades of Woodrush #454320
Tints of Woodrush #454320
RGB
CMYK
RGB Variations
Color information
#454320 (or 0x454320) is known color: Woodrush. HEX triplet: 45, 43 and 20. RGB value is (69,67,32). Sum of RGB (Red+Green+Blue) = 69+67+32=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 69 - color contains mainly: red. Hex color #454320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454320 is #BABCDF. Grayscale: #3F3F3F. Windows color (decimal): -12238048 or 2114373. OLE color: 2114373.
HSL color Cylindrical-coordinate representation of color #454320: hue angle of 56.76º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #454320 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 67 | 32 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.73 |
| HSL | 56.76º | 0.37% | 0.2% | - |
| HSV(B) | 56.76º | 0.54% | 0.27% | - |
| XYZ | 4.72 | 5.38 | 2.16 | - |
| YUV | 63.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 32 | 0 | 0.03 | 0.54 | 0.73 | 56.76 | 0.37 | 0.2 |
| Hex | 45 | 43 | 20 | 0 | 3 | 36 | 49 | 39 | 25 | 14 |
| Octal | 105 | 103 | 40 | 0 | 3 | 66 | 111 | 71 | 45 | 24 |
| Binary | 1000101 | 1000011 | 100000 | 0 | 11 | 110110 | 1001001 | 111001 | 100101 | 10100 |
Color Harmonies of #454320
Complementary color
Monochromatic Colors of #454320
Black with #454320
Text Example
Text Example
White with #454320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454320; }
p { color: rgb(69,67,32); }
H1.HeaderClassName
{
color: #454320;
}
.AnyTagClassName
{
color: #454320;
}
</style>
background-color css
<style>
a { background-color: #454320; }
a { background-color: rgb(69,67,32); }
div.DivClassName
{
background-color: #454320;
}
.BgClassName
{
background-color: #454320;
}
</style>
border-color css
<style>
span { border-color: #454320; }
span { border-color: rgb(69,67,32); }
td.TdClassName
{
border-color: #454320;
}
.TagClassName
{
border-color: #454320;
}
</style>