Shades of Woodburn #4B3725
Tints of Woodburn #4B3725
RGB
CMYK
RGB Variations
Color information
#4B3725 (or 0x4B3725) is known color: Woodburn. HEX triplet: 4B, 37 and 25. RGB value is (75,55,37). Sum of RGB (Red+Green+Blue) = 75+55+37=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3725 is #B4C8DA. Grayscale: #3B3B3B. Windows color (decimal): -11847899 or 2438987. OLE color: 2438987.
HSL color Cylindrical-coordinate representation of color #4B3725: hue angle of 28.42º 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 #4B3725 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 55 | 37 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.71 |
| HSL | 28.42º | 0.34% | 0.22% | - |
| HSV(B) | 28.42º | 0.51% | 0.29% | - |
| XYZ | 4.6 | 4.36 | 2.35 | - |
| YUV | 58.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 55 | 37 | 0 | 0.27 | 0.51 | 0.71 | 28.42 | 0.34 | 0.22 |
| Hex | 4B | 37 | 25 | 0 | 1B | 33 | 47 | 1C | 22 | 16 |
| Octal | 113 | 67 | 45 | 0 | 33 | 63 | 107 | 34 | 42 | 26 |
| Binary | 1001011 | 110111 | 100101 | 0 | 11011 | 110011 | 1000111 | 11100 | 100010 | 10110 |
Color Harmonies of #4B3725
Complementary color
Monochromatic Colors of #4B3725
Black with #4B3725
Text Example
Text Example
White with #4B3725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3725; }
p { color: rgb(75,55,37); }
H1.HeaderClassName
{
color: #4B3725;
}
.AnyTagClassName
{
color: #4B3725;
}
</style>
background-color css
<style>
a { background-color: #4B3725; }
a { background-color: rgb(75,55,37); }
div.DivClassName
{
background-color: #4B3725;
}
.BgClassName
{
background-color: #4B3725;
}
</style>
border-color css
<style>
span { border-color: #4B3725; }
span { border-color: rgb(75,55,37); }
td.TdClassName
{
border-color: #4B3725;
}
.TagClassName
{
border-color: #4B3725;
}
</style>