Shades of Woodrush #453F2B
Tints of Woodrush #453F2B
RGB
CMYK
RGB Variations
Color information
#453F2B (or 0x453F2B) is known color: Woodrush. HEX triplet: 45, 3F and 2B. RGB value is (69,63,43). Sum of RGB (Red+Green+Blue) = 69+63+43=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 69 - color contains mainly: red. Hex color #453F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F2B is #BAC0D4. Grayscale: #3E3E3E. Windows color (decimal): -12239061 or 2834245. OLE color: 2834245.
HSL color Cylindrical-coordinate representation of color #453F2B: hue angle of 46.15º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #453F2B is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 63 | 43 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.73 |
| HSL | 46.15º | 0.23% | 0.22% | - |
| HSV(B) | 46.15º | 0.38% | 0.27% | - |
| XYZ | 4.67 | 4.99 | 3 | - |
| YUV | 62.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 43 | 0 | 0.09 | 0.38 | 0.73 | 46.15 | 0.23 | 0.22 |
| Hex | 45 | 3F | 2B | 0 | 9 | 26 | 49 | 2E | 17 | 16 |
| Octal | 105 | 77 | 53 | 0 | 11 | 46 | 111 | 56 | 27 | 26 |
| Binary | 1000101 | 111111 | 101011 | 0 | 1001 | 100110 | 1001001 | 101110 | 10111 | 10110 |
Color Harmonies of #453F2B
Complementary color
Monochromatic Colors of #453F2B
Black with #453F2B
Text Example
Text Example
White with #453F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F2B; }
p { color: rgb(69,63,43); }
H1.HeaderClassName
{
color: #453F2B;
}
.AnyTagClassName
{
color: #453F2B;
}
</style>
background-color css
<style>
a { background-color: #453F2B; }
a { background-color: rgb(69,63,43); }
div.DivClassName
{
background-color: #453F2B;
}
.BgClassName
{
background-color: #453F2B;
}
</style>
border-color css
<style>
span { border-color: #453F2B; }
span { border-color: rgb(69,63,43); }
td.TdClassName
{
border-color: #453F2B;
}
.TagClassName
{
border-color: #453F2B;
}
</style>