Shades of Woodrush #454237
Tints of Woodrush #454237
RGB
CMYK
RGB Variations
Color information
#454237 (or 0x454237) is known color: Woodrush. HEX triplet: 45, 42 and 37. RGB value is (69,66,55). Sum of RGB (Red+Green+Blue) = 69+66+55=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 69 - color contains mainly: red. Hex color #454237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454237 is #BABDC8. Grayscale: #414141. Windows color (decimal): -12238281 or 3621445. OLE color: 3621445.
HSL color Cylindrical-coordinate representation of color #454237: hue angle of 47.14º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #454237 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 66 | 55 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.73 |
| HSL | 47.14º | 0.11% | 0.24% | - |
| HSV(B) | 47.14º | 0.2% | 0.27% | - |
| XYZ | 5.09 | 5.44 | 4.4 | - |
| YUV | 65.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 55 | 0 | 0.04 | 0.20 | 0.73 | 47.14 | 0.11 | 0.24 |
| Hex | 45 | 42 | 37 | 0 | 4 | 14 | 49 | 2F | B | 18 |
| Octal | 105 | 102 | 67 | 0 | 4 | 24 | 111 | 57 | 13 | 30 |
| Binary | 1000101 | 1000010 | 110111 | 0 | 100 | 10100 | 1001001 | 101111 | 1011 | 11000 |
Color Harmonies of #454237
Complementary color
Monochromatic Colors of #454237
Black with #454237
Text Example
Text Example
White with #454237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454237; }
p { color: rgb(69,66,55); }
H1.HeaderClassName
{
color: #454237;
}
.AnyTagClassName
{
color: #454237;
}
</style>
background-color css
<style>
a { background-color: #454237; }
a { background-color: rgb(69,66,55); }
div.DivClassName
{
background-color: #454237;
}
.BgClassName
{
background-color: #454237;
}
</style>
border-color css
<style>
span { border-color: #454237; }
span { border-color: rgb(69,66,55); }
td.TdClassName
{
border-color: #454237;
}
.TagClassName
{
border-color: #454237;
}
</style>