Shades of Woodburn #453225
Tints of Woodburn #453225
RGB
CMYK
RGB Variations
Color information
#453225 (or 0x453225) is known color: Woodburn. HEX triplet: 45, 32 and 25. RGB value is (69,50,37). Sum of RGB (Red+Green+Blue) = 69+50+37=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #453225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453225 is #BACDDA. Grayscale: #363636. Windows color (decimal): -12242395 or 2437701. OLE color: 2437701.
HSL color Cylindrical-coordinate representation of color #453225: hue angle of 24.38º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #453225 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 50 | 37 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.73 |
| HSL | 24.38º | 0.3% | 0.21% | - |
| HSV(B) | 24.38º | 0.46% | 0.27% | - |
| XYZ | 3.93 | 3.68 | 2.25 | - |
| YUV | 54.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 37 | 0 | 0.28 | 0.46 | 0.73 | 24.38 | 0.3 | 0.21 |
| Hex | 45 | 32 | 25 | 0 | 1C | 2E | 49 | 18 | 1E | 15 |
| Octal | 105 | 62 | 45 | 0 | 34 | 56 | 111 | 30 | 36 | 25 |
| Binary | 1000101 | 110010 | 100101 | 0 | 11100 | 101110 | 1001001 | 11000 | 11110 | 10101 |
Color Harmonies of #453225
Complementary color
Monochromatic Colors of #453225
Black with #453225
Text Example
Text Example
White with #453225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453225; }
p { color: rgb(69,50,37); }
H1.HeaderClassName
{
color: #453225;
}
.AnyTagClassName
{
color: #453225;
}
</style>
background-color css
<style>
a { background-color: #453225; }
a { background-color: rgb(69,50,37); }
div.DivClassName
{
background-color: #453225;
}
.BgClassName
{
background-color: #453225;
}
</style>
border-color css
<style>
span { border-color: #453225; }
span { border-color: rgb(69,50,37); }
td.TdClassName
{
border-color: #453225;
}
.TagClassName
{
border-color: #453225;
}
</style>