Shades of Woodrush #453F26
Tints of Woodrush #453F26
RGB
CMYK
RGB Variations
Color information
#453F26 (or 0x453F26) is known color: Woodrush. HEX triplet: 45, 3F and 26. RGB value is (69,63,38). Sum of RGB (Red+Green+Blue) = 69+63+38=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 69 - color contains mainly: red. Hex color #453F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F26 is #BAC0D9. Grayscale: #3E3E3E. Windows color (decimal): -12239066 or 2506565. OLE color: 2506565.
HSL color Cylindrical-coordinate representation of color #453F26: hue angle of 48.39º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #453F26 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 63 | 38 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.73 |
| HSL | 48.39º | 0.29% | 0.21% | - |
| HSV(B) | 48.39º | 0.45% | 0.27% | - |
| XYZ | 4.58 | 4.96 | 2.55 | - |
| YUV | 61.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 38 | 0 | 0.09 | 0.45 | 0.73 | 48.39 | 0.29 | 0.21 |
| Hex | 45 | 3F | 26 | 0 | 9 | 2D | 49 | 30 | 1D | 15 |
| Octal | 105 | 77 | 46 | 0 | 11 | 55 | 111 | 60 | 35 | 25 |
| Binary | 1000101 | 111111 | 100110 | 0 | 1001 | 101101 | 1001001 | 110000 | 11101 | 10101 |
Color Harmonies of #453F26
Complementary color
Monochromatic Colors of #453F26
Black with #453F26
Text Example
Text Example
White with #453F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F26; }
p { color: rgb(69,63,38); }
H1.HeaderClassName
{
color: #453F26;
}
.AnyTagClassName
{
color: #453F26;
}
</style>
background-color css
<style>
a { background-color: #453F26; }
a { background-color: rgb(69,63,38); }
div.DivClassName
{
background-color: #453F26;
}
.BgClassName
{
background-color: #453F26;
}
</style>
border-color css
<style>
span { border-color: #453F26; }
span { border-color: rgb(69,63,38); }
td.TdClassName
{
border-color: #453F26;
}
.TagClassName
{
border-color: #453F26;
}
</style>