Shades of Brown Pod #45220E
Tints of Brown Pod #45220E
RGB
CMYK
RGB Variations
Color information
#45220E (or 0x45220E) is known color: Brown Pod. HEX triplet: 45, 22 and 0E. RGB value is (69,34,14). Sum of RGB (Red+Green+Blue) = 69+34+14=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #45220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45220E is #BADDF1. Grayscale: #2A2A2A. Windows color (decimal): -12246514 or 926277. OLE color: 926277.
HSL color Cylindrical-coordinate representation of color #45220E: hue angle of 21.82º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45220E is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 34 | 14 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.73 |
| HSL | 21.82º | 0.66% | 0.16% | - |
| HSV(B) | 21.82º | 0.8% | 0.27% | - |
| XYZ | 3.11 | 2.44 | 0.72 | - |
| YUV | 42.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 14 | 0 | 0.51 | 0.80 | 0.73 | 21.82 | 0.66 | 0.16 |
| Hex | 45 | 22 | E | 0 | 33 | 50 | 49 | 16 | 42 | 10 |
| Octal | 105 | 42 | 16 | 0 | 63 | 120 | 111 | 26 | 102 | 20 |
| Binary | 1000101 | 100010 | 1110 | 0 | 110011 | 1010000 | 1001001 | 10110 | 1000010 | 10000 |
Color Harmonies of #45220E
Complementary color
Monochromatic Colors of #45220E
Black with #45220E
Text Example
Text Example
White with #45220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45220E; }
p { color: rgb(69,34,14); }
H1.HeaderClassName
{
color: #45220E;
}
.AnyTagClassName
{
color: #45220E;
}
</style>
background-color css
<style>
a { background-color: #45220E; }
a { background-color: rgb(69,34,14); }
div.DivClassName
{
background-color: #45220E;
}
.BgClassName
{
background-color: #45220E;
}
</style>
border-color css
<style>
span { border-color: #45220E; }
span { border-color: rgb(69,34,14); }
td.TdClassName
{
border-color: #45220E;
}
.TagClassName
{
border-color: #45220E;
}
</style>