Shades of Woodrush #454023
Tints of Woodrush #454023
RGB
CMYK
RGB Variations
Color information
#454023 (or 0x454023) is known color: Woodrush. HEX triplet: 45, 40 and 23. RGB value is (69,64,35). Sum of RGB (Red+Green+Blue) = 69+64+35=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 69 - color contains mainly: red. Hex color #454023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454023 is #BABFDC. Grayscale: #3E3E3E. Windows color (decimal): -12238813 or 2310213. OLE color: 2310213.
HSL color Cylindrical-coordinate representation of color #454023: hue angle of 51.18º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454023 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 64 | 35 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.73 |
| HSL | 51.18º | 0.33% | 0.2% | - |
| HSV(B) | 51.18º | 0.49% | 0.27% | - |
| XYZ | 4.59 | 5.05 | 2.32 | - |
| YUV | 62.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 35 | 0 | 0.07 | 0.49 | 0.73 | 51.18 | 0.33 | 0.2 |
| Hex | 45 | 40 | 23 | 0 | 7 | 31 | 49 | 33 | 21 | 14 |
| Octal | 105 | 100 | 43 | 0 | 7 | 61 | 111 | 63 | 41 | 24 |
| Binary | 1000101 | 1000000 | 100011 | 0 | 111 | 110001 | 1001001 | 110011 | 100001 | 10100 |
Color Harmonies of #454023
Complementary color
Monochromatic Colors of #454023
Black with #454023
Text Example
Text Example
White with #454023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454023; }
p { color: rgb(69,64,35); }
H1.HeaderClassName
{
color: #454023;
}
.AnyTagClassName
{
color: #454023;
}
</style>
background-color css
<style>
a { background-color: #454023; }
a { background-color: rgb(69,64,35); }
div.DivClassName
{
background-color: #454023;
}
.BgClassName
{
background-color: #454023;
}
</style>
border-color css
<style>
span { border-color: #454023; }
span { border-color: rgb(69,64,35); }
td.TdClassName
{
border-color: #454023;
}
.TagClassName
{
border-color: #454023;
}
</style>