Shades of Woodburn #46382C
Tints of Woodburn #46382C
RGB
CMYK
RGB Variations
Color information
#46382C (or 0x46382C) is known color: Woodburn. HEX triplet: 46, 38 and 2C. RGB value is (70,56,44). Sum of RGB (Red+Green+Blue) = 70+56+44=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #46382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46382C is #B9C7D3. Grayscale: #3A3A3A. Windows color (decimal): -12175316 or 2897990. OLE color: 2897990.
HSL color Cylindrical-coordinate representation of color #46382C: hue angle of 27.69º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46382C is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 56 | 44 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.73 |
| HSL | 27.69º | 0.23% | 0.22% | - |
| HSV(B) | 27.69º | 0.37% | 0.27% | - |
| XYZ | 4.39 | 4.31 | 2.98 | - |
| YUV | 58.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 44 | 0 | 0.20 | 0.37 | 0.73 | 27.69 | 0.23 | 0.22 |
| Hex | 46 | 38 | 2C | 0 | 14 | 25 | 49 | 1C | 17 | 16 |
| Octal | 106 | 70 | 54 | 0 | 24 | 45 | 111 | 34 | 27 | 26 |
| Binary | 1000110 | 111000 | 101100 | 0 | 10100 | 100101 | 1001001 | 11100 | 10111 | 10110 |
Color Harmonies of #46382C
Complementary color
Monochromatic Colors of #46382C
Black with #46382C
Text Example
Text Example
White with #46382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46382C; }
p { color: rgb(70,56,44); }
H1.HeaderClassName
{
color: #46382C;
}
.AnyTagClassName
{
color: #46382C;
}
</style>
background-color css
<style>
a { background-color: #46382C; }
a { background-color: rgb(70,56,44); }
div.DivClassName
{
background-color: #46382C;
}
.BgClassName
{
background-color: #46382C;
}
</style>
border-color css
<style>
span { border-color: #46382C; }
span { border-color: rgb(70,56,44); }
td.TdClassName
{
border-color: #46382C;
}
.TagClassName
{
border-color: #46382C;
}
</style>