Shades of Woodburn #4A3B2B
Tints of Woodburn #4A3B2B
RGB
CMYK
RGB Variations
Color information
#4A3B2B (or 0x4A3B2B) is known color: Woodburn. HEX triplet: 4A, 3B and 2B. RGB value is (74,59,43). Sum of RGB (Red+Green+Blue) = 74+59+43=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3B2B is #B5C4D4. Grayscale: #3D3D3D. Windows color (decimal): -11912405 or 2833226. OLE color: 2833226.
HSL color Cylindrical-coordinate representation of color #4A3B2B: hue angle of 30.97º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A3B2B is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 59 | 43 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.71 |
| HSL | 30.97º | 0.26% | 0.23% | - |
| HSV(B) | 30.97º | 0.42% | 0.29% | - |
| XYZ | 4.82 | 4.76 | 2.95 | - |
| YUV | 61.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 59 | 43 | 0 | 0.20 | 0.42 | 0.71 | 30.97 | 0.26 | 0.23 |
| Hex | 4A | 3B | 2B | 0 | 14 | 2A | 47 | 1F | 1A | 17 |
| Octal | 112 | 73 | 53 | 0 | 24 | 52 | 107 | 37 | 32 | 27 |
| Binary | 1001010 | 111011 | 101011 | 0 | 10100 | 101010 | 1000111 | 11111 | 11010 | 10111 |
Color Harmonies of #4A3B2B
Complementary color
Monochromatic Colors of #4A3B2B
Black with #4A3B2B
Text Example
Text Example
White with #4A3B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3B2B; }
p { color: rgb(74,59,43); }
H1.HeaderClassName
{
color: #4A3B2B;
}
.AnyTagClassName
{
color: #4A3B2B;
}
</style>
background-color css
<style>
a { background-color: #4A3B2B; }
a { background-color: rgb(74,59,43); }
div.DivClassName
{
background-color: #4A3B2B;
}
.BgClassName
{
background-color: #4A3B2B;
}
</style>
border-color css
<style>
span { border-color: #4A3B2B; }
span { border-color: rgb(74,59,43); }
td.TdClassName
{
border-color: #4A3B2B;
}
.TagClassName
{
border-color: #4A3B2B;
}
</style>