Shades of Woodburn #46392D
Tints of Woodburn #46392D
RGB
CMYK
RGB Variations
Color information
#46392D (or 0x46392D) is known color: Woodburn. HEX triplet: 46, 39 and 2D. RGB value is (70,57,45). Sum of RGB (Red+Green+Blue) = 70+57+45=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #46392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46392D is #B9C6D2. Grayscale: #3B3B3B. Windows color (decimal): -12175059 or 2963782. OLE color: 2963782.
HSL color Cylindrical-coordinate representation of color #46392D: hue angle of 28.8º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46392D is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 57 | 45 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.73 |
| HSL | 28.8º | 0.22% | 0.23% | - |
| HSV(B) | 28.8º | 0.36% | 0.27% | - |
| XYZ | 4.46 | 4.42 | 3.1 | - |
| YUV | 59.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 45 | 0 | 0.19 | 0.36 | 0.73 | 28.8 | 0.22 | 0.23 |
| Hex | 46 | 39 | 2D | 0 | 13 | 24 | 49 | 1D | 16 | 17 |
| Octal | 106 | 71 | 55 | 0 | 23 | 44 | 111 | 35 | 26 | 27 |
| Binary | 1000110 | 111001 | 101101 | 0 | 10011 | 100100 | 1001001 | 11101 | 10110 | 10111 |
Color Harmonies of #46392D
Complementary color
Monochromatic Colors of #46392D
Black with #46392D
Text Example
Text Example
White with #46392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46392D; }
p { color: rgb(70,57,45); }
H1.HeaderClassName
{
color: #46392D;
}
.AnyTagClassName
{
color: #46392D;
}
</style>
background-color css
<style>
a { background-color: #46392D; }
a { background-color: rgb(70,57,45); }
div.DivClassName
{
background-color: #46392D;
}
.BgClassName
{
background-color: #46392D;
}
</style>
border-color css
<style>
span { border-color: #46392D; }
span { border-color: rgb(70,57,45); }
td.TdClassName
{
border-color: #46392D;
}
.TagClassName
{
border-color: #46392D;
}
</style>