Shades of Woodburn #46392B
Tints of Woodburn #46392B
RGB
CMYK
RGB Variations
Color information
#46392B (or 0x46392B) is known color: Woodburn. HEX triplet: 46, 39 and 2B. RGB value is (70,57,43). Sum of RGB (Red+Green+Blue) = 70+57+43=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #46392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46392B is #B9C6D4. Grayscale: #3B3B3B. Windows color (decimal): -12175061 or 2832710. OLE color: 2832710.
HSL color Cylindrical-coordinate representation of color #46392B: hue angle of 31.11º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46392B is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 57 | 43 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.73 |
| HSL | 31.11º | 0.24% | 0.22% | - |
| HSV(B) | 31.11º | 0.39% | 0.27% | - |
| XYZ | 4.42 | 4.4 | 2.9 | - |
| YUV | 59.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 43 | 0 | 0.19 | 0.39 | 0.73 | 31.11 | 0.24 | 0.22 |
| Hex | 46 | 39 | 2B | 0 | 13 | 27 | 49 | 1F | 18 | 16 |
| Octal | 106 | 71 | 53 | 0 | 23 | 47 | 111 | 37 | 30 | 26 |
| Binary | 1000110 | 111001 | 101011 | 0 | 10011 | 100111 | 1001001 | 11111 | 11000 | 10110 |
Color Harmonies of #46392B
Complementary color
Monochromatic Colors of #46392B
Black with #46392B
Text Example
Text Example
White with #46392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46392B; }
p { color: rgb(70,57,43); }
H1.HeaderClassName
{
color: #46392B;
}
.AnyTagClassName
{
color: #46392B;
}
</style>
background-color css
<style>
a { background-color: #46392B; }
a { background-color: rgb(70,57,43); }
div.DivClassName
{
background-color: #46392B;
}
.BgClassName
{
background-color: #46392B;
}
</style>
border-color css
<style>
span { border-color: #46392B; }
span { border-color: rgb(70,57,43); }
td.TdClassName
{
border-color: #46392B;
}
.TagClassName
{
border-color: #46392B;
}
</style>