Shades of Woodburn #46372B
Tints of Woodburn #46372B
RGB
CMYK
RGB Variations
Color information
#46372B (or 0x46372B) is known color: Woodburn. HEX triplet: 46, 37 and 2B. RGB value is (70,55,43). Sum of RGB (Red+Green+Blue) = 70+55+43=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #46372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46372B is #B9C8D4. Grayscale: #3A3A3A. Windows color (decimal): -12175573 or 2832198. OLE color: 2832198.
HSL color Cylindrical-coordinate representation of color #46372B: hue angle of 26.67º 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 #46372B is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 55 | 43 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.73 |
| HSL | 26.67º | 0.24% | 0.22% | - |
| HSV(B) | 26.67º | 0.39% | 0.27% | - |
| XYZ | 4.33 | 4.21 | 2.87 | - |
| YUV | 58.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 43 | 0 | 0.21 | 0.39 | 0.73 | 26.67 | 0.24 | 0.22 |
| Hex | 46 | 37 | 2B | 0 | 15 | 27 | 49 | 1B | 18 | 16 |
| Octal | 106 | 67 | 53 | 0 | 25 | 47 | 111 | 33 | 30 | 26 |
| Binary | 1000110 | 110111 | 101011 | 0 | 10101 | 100111 | 1001001 | 11011 | 11000 | 10110 |
Color Harmonies of #46372B
Complementary color
Monochromatic Colors of #46372B
Black with #46372B
Text Example
Text Example
White with #46372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46372B; }
p { color: rgb(70,55,43); }
H1.HeaderClassName
{
color: #46372B;
}
.AnyTagClassName
{
color: #46372B;
}
</style>
background-color css
<style>
a { background-color: #46372B; }
a { background-color: rgb(70,55,43); }
div.DivClassName
{
background-color: #46372B;
}
.BgClassName
{
background-color: #46372B;
}
</style>
border-color css
<style>
span { border-color: #46372B; }
span { border-color: rgb(70,55,43); }
td.TdClassName
{
border-color: #46372B;
}
.TagClassName
{
border-color: #46372B;
}
</style>