Shades of Woodrush #453F2A
Tints of Woodrush #453F2A
RGB
CMYK
RGB Variations
Color information
#453F2A (or 0x453F2A) is known color: Woodrush. HEX triplet: 45, 3F and 2A. RGB value is (69,63,42). Sum of RGB (Red+Green+Blue) = 69+63+42=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 69 - color contains mainly: red. Hex color #453F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F2A is #BAC0D5. Grayscale: #3E3E3E. Windows color (decimal): -12239062 or 2768709. OLE color: 2768709.
HSL color Cylindrical-coordinate representation of color #453F2A: hue angle of 46.67º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #453F2A is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 63 | 42 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.73 |
| HSL | 46.67º | 0.24% | 0.22% | - |
| HSV(B) | 46.67º | 0.39% | 0.27% | - |
| XYZ | 4.65 | 4.99 | 2.91 | - |
| YUV | 62.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 42 | 0 | 0.09 | 0.39 | 0.73 | 46.67 | 0.24 | 0.22 |
| Hex | 45 | 3F | 2A | 0 | 9 | 27 | 49 | 2F | 18 | 16 |
| Octal | 105 | 77 | 52 | 0 | 11 | 47 | 111 | 57 | 30 | 26 |
| Binary | 1000101 | 111111 | 101010 | 0 | 1001 | 100111 | 1001001 | 101111 | 11000 | 10110 |
Color Harmonies of #453F2A
Complementary color
Monochromatic Colors of #453F2A
Black with #453F2A
Text Example
Text Example
White with #453F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F2A; }
p { color: rgb(69,63,42); }
H1.HeaderClassName
{
color: #453F2A;
}
.AnyTagClassName
{
color: #453F2A;
}
</style>
background-color css
<style>
a { background-color: #453F2A; }
a { background-color: rgb(69,63,42); }
div.DivClassName
{
background-color: #453F2A;
}
.BgClassName
{
background-color: #453F2A;
}
</style>
border-color css
<style>
span { border-color: #453F2A; }
span { border-color: rgb(69,63,42); }
td.TdClassName
{
border-color: #453F2A;
}
.TagClassName
{
border-color: #453F2A;
}
</style>