Shades of Woodrush #484628
Tints of Woodrush #484628
RGB
CMYK
RGB Variations
Color information
#484628 (or 0x484628) is known color: Woodrush. HEX triplet: 48, 46 and 28. RGB value is (72,70,40). Sum of RGB (Red+Green+Blue) = 72+70+40=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #484628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484628 is #B7B9D7. Grayscale: #434343. Windows color (decimal): -12040664 or 2639432. OLE color: 2639432.
HSL color Cylindrical-coordinate representation of color #484628: hue angle of 56.25º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #484628 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 40 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.72 |
| HSL | 56.25º | 0.29% | 0.22% | - |
| HSV(B) | 56.25º | 0.44% | 0.28% | - |
| XYZ | 5.25 | 5.91 | 2.87 | - |
| YUV | 67.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 40 | 0 | 0.03 | 0.44 | 0.72 | 56.25 | 0.29 | 0.22 |
| Hex | 48 | 46 | 28 | 0 | 3 | 2C | 48 | 38 | 1D | 16 |
| Octal | 110 | 106 | 50 | 0 | 3 | 54 | 110 | 70 | 35 | 26 |
| Binary | 1001000 | 1000110 | 101000 | 0 | 11 | 101100 | 1001000 | 111000 | 11101 | 10110 |
Color Harmonies of #484628
Complementary color
Monochromatic Colors of #484628
Black with #484628
Text Example
Text Example
White with #484628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484628; }
p { color: rgb(72,70,40); }
H1.HeaderClassName
{
color: #484628;
}
.AnyTagClassName
{
color: #484628;
}
</style>
background-color css
<style>
a { background-color: #484628; }
a { background-color: rgb(72,70,40); }
div.DivClassName
{
background-color: #484628;
}
.BgClassName
{
background-color: #484628;
}
</style>
border-color css
<style>
span { border-color: #484628; }
span { border-color: rgb(72,70,40); }
td.TdClassName
{
border-color: #484628;
}
.TagClassName
{
border-color: #484628;
}
</style>