Shades of Brown Pod #452205
Tints of Brown Pod #452205
RGB
CMYK
RGB Variations
Color information
#452205 (or 0x452205) is known color: Brown Pod. HEX triplet: 45, 22 and 05. RGB value is (69,34,5). Sum of RGB (Red+Green+Blue) = 69+34+5=108 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.89% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 69 - color contains mainly: red. Hex color #452205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452205 is #BADDFA. Grayscale: #292929. Windows color (decimal): -12246523 or 336453. OLE color: 336453.
HSL color Cylindrical-coordinate representation of color #452205: hue angle of 27.19º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #452205 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 34 | 5 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.73 |
| HSL | 27.19º | 0.86% | 0.15% | - |
| HSV(B) | 27.19º | 0.93% | 0.27% | - |
| XYZ | 3.05 | 2.42 | 0.45 | - |
| YUV | 41.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 5 | 0 | 0.51 | 0.93 | 0.73 | 27.19 | 0.86 | 0.15 |
| Hex | 45 | 22 | 5 | 0 | 33 | 5D | 49 | 1B | 56 | F |
| Octal | 105 | 42 | 5 | 0 | 63 | 135 | 111 | 33 | 126 | 17 |
| Binary | 1000101 | 100010 | 101 | 0 | 110011 | 1011101 | 1001001 | 11011 | 1010110 | 1111 |
Color Harmonies of #452205
Complementary color
Monochromatic Colors of #452205
Black with #452205
Text Example
Text Example
White with #452205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452205; }
p { color: rgb(69,34,5); }
H1.HeaderClassName
{
color: #452205;
}
.AnyTagClassName
{
color: #452205;
}
</style>
background-color css
<style>
a { background-color: #452205; }
a { background-color: rgb(69,34,5); }
div.DivClassName
{
background-color: #452205;
}
.BgClassName
{
background-color: #452205;
}
</style>
border-color css
<style>
span { border-color: #452205; }
span { border-color: rgb(69,34,5); }
td.TdClassName
{
border-color: #452205;
}
.TagClassName
{
border-color: #452205;
}
</style>