Shades of Woodrush #484328
Tints of Woodrush #484328
RGB
CMYK
RGB Variations
Color information
#484328 (or 0x484328) is known color: Woodrush. HEX triplet: 48, 43 and 28. RGB value is (72,67,40). Sum of RGB (Red+Green+Blue) = 72+67+40=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #484328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484328 is #B7BCD7. Grayscale: #414141. Windows color (decimal): -12041432 or 2638664. OLE color: 2638664.
HSL color Cylindrical-coordinate representation of color #484328: hue angle of 50.62º 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 #484328 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 40 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.72 |
| HSL | 50.63º | 0.29% | 0.22% | - |
| HSV(B) | 50.63º | 0.44% | 0.28% | - |
| XYZ | 5.06 | 5.55 | 2.81 | - |
| YUV | 65.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 40 | 0 | 0.07 | 0.44 | 0.72 | 50.63 | 0.29 | 0.22 |
| Hex | 48 | 43 | 28 | 0 | 7 | 2C | 48 | 33 | 1D | 16 |
| Octal | 110 | 103 | 50 | 0 | 7 | 54 | 110 | 63 | 35 | 26 |
| Binary | 1001000 | 1000011 | 101000 | 0 | 111 | 101100 | 1001000 | 110011 | 11101 | 10110 |
Color Harmonies of #484328
Complementary color
Monochromatic Colors of #484328
Black with #484328
Text Example
Text Example
White with #484328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484328; }
p { color: rgb(72,67,40); }
H1.HeaderClassName
{
color: #484328;
}
.AnyTagClassName
{
color: #484328;
}
</style>
background-color css
<style>
a { background-color: #484328; }
a { background-color: rgb(72,67,40); }
div.DivClassName
{
background-color: #484328;
}
.BgClassName
{
background-color: #484328;
}
</style>
border-color css
<style>
span { border-color: #484328; }
span { border-color: rgb(72,67,40); }
td.TdClassName
{
border-color: #484328;
}
.TagClassName
{
border-color: #484328;
}
</style>