Shades of Woodburn #47392A
Tints of Woodburn #47392A
RGB
CMYK
RGB Variations
Color information
#47392A (or 0x47392A) is known color: Woodburn. HEX triplet: 47, 39 and 2A. RGB value is (71,57,42). Sum of RGB (Red+Green+Blue) = 71+57+42=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #47392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47392A is #B8C6D5. Grayscale: #3B3B3B. Windows color (decimal): -12109526 or 2767175. OLE color: 2767175.
HSL color Cylindrical-coordinate representation of color #47392A: hue angle of 31.03º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47392A is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 57 | 42 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.72 |
| HSL | 31.03º | 0.26% | 0.22% | - |
| HSV(B) | 31.03º | 0.41% | 0.28% | - |
| XYZ | 4.48 | 4.43 | 2.81 | - |
| YUV | 59.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 57 | 42 | 0 | 0.20 | 0.41 | 0.72 | 31.03 | 0.26 | 0.22 |
| Hex | 47 | 39 | 2A | 0 | 14 | 29 | 48 | 1F | 1A | 16 |
| Octal | 107 | 71 | 52 | 0 | 24 | 51 | 110 | 37 | 32 | 26 |
| Binary | 1000111 | 111001 | 101010 | 0 | 10100 | 101001 | 1001000 | 11111 | 11010 | 10110 |
Color Harmonies of #47392A
Complementary color
Monochromatic Colors of #47392A
Black with #47392A
Text Example
Text Example
White with #47392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47392A; }
p { color: rgb(71,57,42); }
H1.HeaderClassName
{
color: #47392A;
}
.AnyTagClassName
{
color: #47392A;
}
</style>
background-color css
<style>
a { background-color: #47392A; }
a { background-color: rgb(71,57,42); }
div.DivClassName
{
background-color: #47392A;
}
.BgClassName
{
background-color: #47392A;
}
</style>
border-color css
<style>
span { border-color: #47392A; }
span { border-color: rgb(71,57,42); }
td.TdClassName
{
border-color: #47392A;
}
.TagClassName
{
border-color: #47392A;
}
</style>