Shades of Brown Pod #45220B
Tints of Brown Pod #45220B
RGB
CMYK
RGB Variations
Color information
#45220B (or 0x45220B) is known color: Brown Pod. HEX triplet: 45, 22 and 0B. RGB value is (69,34,11). Sum of RGB (Red+Green+Blue) = 69+34+11=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #45220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45220B is #BADDF4. Grayscale: #292929. Windows color (decimal): -12246517 or 729669. OLE color: 729669.
HSL color Cylindrical-coordinate representation of color #45220B: hue angle of 23.79º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45220B is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 34 | 11 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.73 |
| HSL | 23.79º | 0.73% | 0.16% | - |
| HSV(B) | 23.79º | 0.84% | 0.27% | - |
| XYZ | 3.09 | 2.43 | 0.62 | - |
| YUV | 41.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 11 | 0 | 0.51 | 0.84 | 0.73 | 23.79 | 0.73 | 0.16 |
| Hex | 45 | 22 | B | 0 | 33 | 54 | 49 | 18 | 48 | 10 |
| Octal | 105 | 42 | 13 | 0 | 63 | 124 | 111 | 30 | 110 | 20 |
| Binary | 1000101 | 100010 | 1011 | 0 | 110011 | 1010100 | 1001001 | 11000 | 1001000 | 10000 |
Color Harmonies of #45220B
Complementary color
Monochromatic Colors of #45220B
Black with #45220B
Text Example
Text Example
White with #45220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45220B; }
p { color: rgb(69,34,11); }
H1.HeaderClassName
{
color: #45220B;
}
.AnyTagClassName
{
color: #45220B;
}
</style>
background-color css
<style>
a { background-color: #45220B; }
a { background-color: rgb(69,34,11); }
div.DivClassName
{
background-color: #45220B;
}
.BgClassName
{
background-color: #45220B;
}
</style>
border-color css
<style>
span { border-color: #45220B; }
span { border-color: rgb(69,34,11); }
td.TdClassName
{
border-color: #45220B;
}
.TagClassName
{
border-color: #45220B;
}
</style>