Shades of Brown Pod #452214
Tints of Brown Pod #452214
RGB
CMYK
RGB Variations
Color information
#452214 (or 0x452214) is known color: Brown Pod. HEX triplet: 45, 22 and 14. RGB value is (69,34,20). Sum of RGB (Red+Green+Blue) = 69+34+20=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #452214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452214 is #BADDEB. Grayscale: #2A2A2A. Windows color (decimal): -12246508 or 1319493. OLE color: 1319493.
HSL color Cylindrical-coordinate representation of color #452214: hue angle of 17.14º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #452214 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 34 | 20 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.73 |
| HSL | 17.14º | 0.55% | 0.17% | - |
| HSV(B) | 17.14º | 0.71% | 0.27% | - |
| XYZ | 3.15 | 2.46 | 0.97 | - |
| YUV | 42.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 20 | 0 | 0.51 | 0.71 | 0.73 | 17.14 | 0.55 | 0.17 |
| Hex | 45 | 22 | 14 | 0 | 33 | 47 | 49 | 11 | 37 | 11 |
| Octal | 105 | 42 | 24 | 0 | 63 | 107 | 111 | 21 | 67 | 21 |
| Binary | 1000101 | 100010 | 10100 | 0 | 110011 | 1000111 | 1001001 | 10001 | 110111 | 10001 |
Color Harmonies of #452214
Complementary color
Monochromatic Colors of #452214
Black with #452214
Text Example
Text Example
White with #452214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452214; }
p { color: rgb(69,34,20); }
H1.HeaderClassName
{
color: #452214;
}
.AnyTagClassName
{
color: #452214;
}
</style>
background-color css
<style>
a { background-color: #452214; }
a { background-color: rgb(69,34,20); }
div.DivClassName
{
background-color: #452214;
}
.BgClassName
{
background-color: #452214;
}
</style>
border-color css
<style>
span { border-color: #452214; }
span { border-color: rgb(69,34,20); }
td.TdClassName
{
border-color: #452214;
}
.TagClassName
{
border-color: #452214;
}
</style>