Shades of Brown Pod #45210E
Tints of Brown Pod #45210E
RGB
CMYK
RGB Variations
Color information
#45210E (or 0x45210E) is known color: Brown Pod. HEX triplet: 45, 21 and 0E. RGB value is (69,33,14). Sum of RGB (Red+Green+Blue) = 69+33+14=116 (15% of max value = 765). Red value is 69 (27.34% from 255 or 59.48% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 69 - color contains mainly: red. Hex color #45210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45210E is #BADEF1. Grayscale: #292929. Windows color (decimal): -12246770 or 926021. OLE color: 926021.
HSL color Cylindrical-coordinate representation of color #45210E: hue angle of 20.73º 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 #45210E is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 33 | 14 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.73 |
| HSL | 20.73º | 0.66% | 0.16% | - |
| HSV(B) | 20.73º | 0.8% | 0.27% | - |
| XYZ | 3.08 | 2.38 | 0.71 | - |
| YUV | 41.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 14 | 0 | 0.52 | 0.80 | 0.73 | 20.73 | 0.66 | 0.16 |
| Hex | 45 | 21 | E | 0 | 34 | 50 | 49 | 15 | 42 | 10 |
| Octal | 105 | 41 | 16 | 0 | 64 | 120 | 111 | 25 | 102 | 20 |
| Binary | 1000101 | 100001 | 1110 | 0 | 110100 | 1010000 | 1001001 | 10101 | 1000010 | 10000 |
Color Harmonies of #45210E
Complementary color
Monochromatic Colors of #45210E
Black with #45210E
Text Example
Text Example
White with #45210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45210E; }
p { color: rgb(69,33,14); }
H1.HeaderClassName
{
color: #45210E;
}
.AnyTagClassName
{
color: #45210E;
}
</style>
background-color css
<style>
a { background-color: #45210E; }
a { background-color: rgb(69,33,14); }
div.DivClassName
{
background-color: #45210E;
}
.BgClassName
{
background-color: #45210E;
}
</style>
border-color css
<style>
span { border-color: #45210E; }
span { border-color: rgb(69,33,14); }
td.TdClassName
{
border-color: #45210E;
}
.TagClassName
{
border-color: #45210E;
}
</style>