Shades of Woodrush #4B4725
Tints of Woodrush #4B4725
RGB
CMYK
RGB Variations
Color information
#4B4725 (or 0x4B4725) is known color: Woodrush. HEX triplet: 4B, 47 and 25. RGB value is (75,71,37). Sum of RGB (Red+Green+Blue) = 75+71+37=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4725 is #B4B8DA. Grayscale: #444444. Windows color (decimal): -11843803 or 2443083. OLE color: 2443083.
HSL color Cylindrical-coordinate representation of color #4B4725: hue angle of 53.68º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B4725 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 71 | 37 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.71 |
| HSL | 53.68º | 0.34% | 0.22% | - |
| HSV(B) | 53.68º | 0.51% | 0.29% | - |
| XYZ | 5.49 | 6.14 | 2.65 | - |
| YUV | 68.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 37 | 0 | 0.05 | 0.51 | 0.71 | 53.68 | 0.34 | 0.22 |
| Hex | 4B | 47 | 25 | 0 | 5 | 33 | 47 | 36 | 22 | 16 |
| Octal | 113 | 107 | 45 | 0 | 5 | 63 | 107 | 66 | 42 | 26 |
| Binary | 1001011 | 1000111 | 100101 | 0 | 101 | 110011 | 1000111 | 110110 | 100010 | 10110 |
Color Harmonies of #4B4725
Complementary color
Monochromatic Colors of #4B4725
Black with #4B4725
Text Example
Text Example
White with #4B4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4725; }
p { color: rgb(75,71,37); }
H1.HeaderClassName
{
color: #4B4725;
}
.AnyTagClassName
{
color: #4B4725;
}
</style>
background-color css
<style>
a { background-color: #4B4725; }
a { background-color: rgb(75,71,37); }
div.DivClassName
{
background-color: #4B4725;
}
.BgClassName
{
background-color: #4B4725;
}
</style>
border-color css
<style>
span { border-color: #4B4725; }
span { border-color: rgb(75,71,37); }
td.TdClassName
{
border-color: #4B4725;
}
.TagClassName
{
border-color: #4B4725;
}
</style>