Shades of Woodrush #484226
Tints of Woodrush #484226
RGB
CMYK
RGB Variations
Color information
#484226 (or 0x484226) is known color: Woodrush. HEX triplet: 48, 42 and 26. RGB value is (72,66,38). Sum of RGB (Red+Green+Blue) = 72+66+38=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #484226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484226 is #B7BDD9. Grayscale: #404040. Windows color (decimal): -12041690 or 2507336. OLE color: 2507336.
HSL color Cylindrical-coordinate representation of color #484226: hue angle of 49.41º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #484226 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 66 | 38 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.72 |
| HSL | 49.41º | 0.31% | 0.22% | - |
| HSV(B) | 49.41º | 0.47% | 0.28% | - |
| XYZ | 4.97 | 5.41 | 2.62 | - |
| YUV | 64.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 38 | 0 | 0.08 | 0.47 | 0.72 | 49.41 | 0.31 | 0.22 |
| Hex | 48 | 42 | 26 | 0 | 8 | 2F | 48 | 31 | 1F | 16 |
| Octal | 110 | 102 | 46 | 0 | 10 | 57 | 110 | 61 | 37 | 26 |
| Binary | 1001000 | 1000010 | 100110 | 0 | 1000 | 101111 | 1001000 | 110001 | 11111 | 10110 |
Color Harmonies of #484226
Complementary color
Monochromatic Colors of #484226
Black with #484226
Text Example
Text Example
White with #484226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484226; }
p { color: rgb(72,66,38); }
H1.HeaderClassName
{
color: #484226;
}
.AnyTagClassName
{
color: #484226;
}
</style>
background-color css
<style>
a { background-color: #484226; }
a { background-color: rgb(72,66,38); }
div.DivClassName
{
background-color: #484226;
}
.BgClassName
{
background-color: #484226;
}
</style>
border-color css
<style>
span { border-color: #484226; }
span { border-color: rgb(72,66,38); }
td.TdClassName
{
border-color: #484226;
}
.TagClassName
{
border-color: #484226;
}
</style>