Shades of Woodburn #46372A
Tints of Woodburn #46372A
RGB
CMYK
RGB Variations
Color information
#46372A (or 0x46372A) is known color: Woodburn. HEX triplet: 46, 37 and 2A. RGB value is (70,55,42). Sum of RGB (Red+Green+Blue) = 70+55+42=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #46372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46372A is #B9C8D5. Grayscale: #3A3A3A. Windows color (decimal): -12175574 or 2766662. OLE color: 2766662.
HSL color Cylindrical-coordinate representation of color #46372A: hue angle of 27.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46372A is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 55 | 42 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.73 |
| HSL | 27.86º | 0.25% | 0.22% | - |
| HSV(B) | 27.86º | 0.4% | 0.27% | - |
| XYZ | 4.31 | 4.2 | 2.77 | - |
| YUV | 58 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 42 | 0 | 0.21 | 0.40 | 0.73 | 27.86 | 0.25 | 0.22 |
| Hex | 46 | 37 | 2A | 0 | 15 | 28 | 49 | 1C | 19 | 16 |
| Octal | 106 | 67 | 52 | 0 | 25 | 50 | 111 | 34 | 31 | 26 |
| Binary | 1000110 | 110111 | 101010 | 0 | 10101 | 101000 | 1001001 | 11100 | 11001 | 10110 |
Color Harmonies of #46372A
Complementary color
Monochromatic Colors of #46372A
Black with #46372A
Text Example
Text Example
White with #46372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46372A; }
p { color: rgb(70,55,42); }
H1.HeaderClassName
{
color: #46372A;
}
.AnyTagClassName
{
color: #46372A;
}
</style>
background-color css
<style>
a { background-color: #46372A; }
a { background-color: rgb(70,55,42); }
div.DivClassName
{
background-color: #46372A;
}
.BgClassName
{
background-color: #46372A;
}
</style>
border-color css
<style>
span { border-color: #46372A; }
span { border-color: rgb(70,55,42); }
td.TdClassName
{
border-color: #46372A;
}
.TagClassName
{
border-color: #46372A;
}
</style>