Shades of Woodburn #4B3B2A
Tints of Woodburn #4B3B2A
RGB
CMYK
RGB Variations
Color information
#4B3B2A (or 0x4B3B2A) is known color: Woodburn. HEX triplet: 4B, 3B and 2A. RGB value is (75,59,42). Sum of RGB (Red+Green+Blue) = 75+59+42=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3B2A is #B4C4D5. Grayscale: #3D3D3D. Windows color (decimal): -11846870 or 2767691. OLE color: 2767691.
HSL color Cylindrical-coordinate representation of color #4B3B2A: hue angle of 30.91º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B3B2A is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 59 | 42 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.71 |
| HSL | 30.91º | 0.28% | 0.23% | - |
| HSV(B) | 30.91º | 0.44% | 0.29% | - |
| XYZ | 4.88 | 4.79 | 2.86 | - |
| YUV | 61.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 59 | 42 | 0 | 0.21 | 0.44 | 0.71 | 30.91 | 0.28 | 0.23 |
| Hex | 4B | 3B | 2A | 0 | 15 | 2C | 47 | 1F | 1C | 17 |
| Octal | 113 | 73 | 52 | 0 | 25 | 54 | 107 | 37 | 34 | 27 |
| Binary | 1001011 | 111011 | 101010 | 0 | 10101 | 101100 | 1000111 | 11111 | 11100 | 10111 |
Color Harmonies of #4B3B2A
Complementary color
Monochromatic Colors of #4B3B2A
Black with #4B3B2A
Text Example
Text Example
White with #4B3B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3B2A; }
p { color: rgb(75,59,42); }
H1.HeaderClassName
{
color: #4B3B2A;
}
.AnyTagClassName
{
color: #4B3B2A;
}
</style>
background-color css
<style>
a { background-color: #4B3B2A; }
a { background-color: rgb(75,59,42); }
div.DivClassName
{
background-color: #4B3B2A;
}
.BgClassName
{
background-color: #4B3B2A;
}
</style>
border-color css
<style>
span { border-color: #4B3B2A; }
span { border-color: rgb(75,59,42); }
td.TdClassName
{
border-color: #4B3B2A;
}
.TagClassName
{
border-color: #4B3B2A;
}
</style>