Shades of Woodburn #4B3525
Tints of Woodburn #4B3525
RGB
CMYK
RGB Variations
Color information
#4B3525 (or 0x4B3525) is known color: Woodburn. HEX triplet: 4B, 35 and 25. RGB value is (75,53,37). Sum of RGB (Red+Green+Blue) = 75+53+37=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3525 is #B4CADA. Grayscale: #393939. Windows color (decimal): -11848411 or 2438475. OLE color: 2438475.
HSL color Cylindrical-coordinate representation of color #4B3525: hue angle of 25.26º 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 #4B3525 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 53 | 37 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.71 |
| HSL | 25.26º | 0.34% | 0.22% | - |
| HSV(B) | 25.26º | 0.51% | 0.29% | - |
| XYZ | 4.51 | 4.18 | 2.32 | - |
| YUV | 57.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 53 | 37 | 0 | 0.29 | 0.51 | 0.71 | 25.26 | 0.34 | 0.22 |
| Hex | 4B | 35 | 25 | 0 | 1D | 33 | 47 | 19 | 22 | 16 |
| Octal | 113 | 65 | 45 | 0 | 35 | 63 | 107 | 31 | 42 | 26 |
| Binary | 1001011 | 110101 | 100101 | 0 | 11101 | 110011 | 1000111 | 11001 | 100010 | 10110 |
Color Harmonies of #4B3525
Complementary color
Monochromatic Colors of #4B3525
Black with #4B3525
Text Example
Text Example
White with #4B3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3525; }
p { color: rgb(75,53,37); }
H1.HeaderClassName
{
color: #4B3525;
}
.AnyTagClassName
{
color: #4B3525;
}
</style>
background-color css
<style>
a { background-color: #4B3525; }
a { background-color: rgb(75,53,37); }
div.DivClassName
{
background-color: #4B3525;
}
.BgClassName
{
background-color: #4B3525;
}
</style>
border-color css
<style>
span { border-color: #4B3525; }
span { border-color: rgb(75,53,37); }
td.TdClassName
{
border-color: #4B3525;
}
.TagClassName
{
border-color: #4B3525;
}
</style>