Shades of Woodburn #45392D
Tints of Woodburn #45392D
RGB
CMYK
RGB Variations
Color information
#45392D (or 0x45392D) is known color: Woodburn. HEX triplet: 45, 39 and 2D. RGB value is (69,57,45). Sum of RGB (Red+Green+Blue) = 69+57+45=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 69 - color contains mainly: red. Hex color #45392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45392D is #BAC6D2. Grayscale: #3B3B3B. Windows color (decimal): -12240595 or 2963781. OLE color: 2963781.
HSL color Cylindrical-coordinate representation of color #45392D: hue angle of 30º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #45392D is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 57 | 45 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.73 |
| HSL | 30º | 0.21% | 0.22% | - |
| HSV(B) | 30º | 0.35% | 0.27% | - |
| XYZ | 4.39 | 4.38 | 3.1 | - |
| YUV | 59.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 57 | 45 | 0 | 0.17 | 0.35 | 0.73 | 30 | 0.21 | 0.22 |
| Hex | 45 | 39 | 2D | 0 | 11 | 23 | 49 | 1E | 15 | 16 |
| Octal | 105 | 71 | 55 | 0 | 21 | 43 | 111 | 36 | 25 | 26 |
| Binary | 1000101 | 111001 | 101101 | 0 | 10001 | 100011 | 1001001 | 11110 | 10101 | 10110 |
Color Harmonies of #45392D
Complementary color
Monochromatic Colors of #45392D
Black with #45392D
Text Example
Text Example
White with #45392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45392D; }
p { color: rgb(69,57,45); }
H1.HeaderClassName
{
color: #45392D;
}
.AnyTagClassName
{
color: #45392D;
}
</style>
background-color css
<style>
a { background-color: #45392D; }
a { background-color: rgb(69,57,45); }
div.DivClassName
{
background-color: #45392D;
}
.BgClassName
{
background-color: #45392D;
}
</style>
border-color css
<style>
span { border-color: #45392D; }
span { border-color: rgb(69,57,45); }
td.TdClassName
{
border-color: #45392D;
}
.TagClassName
{
border-color: #45392D;
}
</style>