Shades of Woodrush #484326
Tints of Woodrush #484326
RGB
CMYK
RGB Variations
Color information
#484326 (or 0x484326) is known color: Woodrush. HEX triplet: 48, 43 and 26. RGB value is (72,67,38). Sum of RGB (Red+Green+Blue) = 72+67+38=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #484326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484326 is #B7BCD9. Grayscale: #414141. Windows color (decimal): -12041434 or 2507592. OLE color: 2507592.
HSL color Cylindrical-coordinate representation of color #484326: hue angle of 51.18º 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 #484326 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 38 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.72 |
| HSL | 51.18º | 0.31% | 0.22% | - |
| HSV(B) | 51.18º | 0.47% | 0.28% | - |
| XYZ | 5.03 | 5.53 | 2.64 | - |
| YUV | 65.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 38 | 0 | 0.07 | 0.47 | 0.72 | 51.18 | 0.31 | 0.22 |
| Hex | 48 | 43 | 26 | 0 | 7 | 2F | 48 | 33 | 1F | 16 |
| Octal | 110 | 103 | 46 | 0 | 7 | 57 | 110 | 63 | 37 | 26 |
| Binary | 1001000 | 1000011 | 100110 | 0 | 111 | 101111 | 1001000 | 110011 | 11111 | 10110 |
Color Harmonies of #484326
Complementary color
Monochromatic Colors of #484326
Black with #484326
Text Example
Text Example
White with #484326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484326; }
p { color: rgb(72,67,38); }
H1.HeaderClassName
{
color: #484326;
}
.AnyTagClassName
{
color: #484326;
}
</style>
background-color css
<style>
a { background-color: #484326; }
a { background-color: rgb(72,67,38); }
div.DivClassName
{
background-color: #484326;
}
.BgClassName
{
background-color: #484326;
}
</style>
border-color css
<style>
span { border-color: #484326; }
span { border-color: rgb(72,67,38); }
td.TdClassName
{
border-color: #484326;
}
.TagClassName
{
border-color: #484326;
}
</style>