Shades of Brown Pod #452016
Tints of Brown Pod #452016
RGB
CMYK
RGB Variations
Color information
#452016 (or 0x452016) is known color: Brown Pod. HEX triplet: 45, 20 and 16. RGB value is (69,32,22). Sum of RGB (Red+Green+Blue) = 69+32+22=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #452016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452016 is #BADFE9. Grayscale: #2A2A2A. Windows color (decimal): -12247018 or 1450053. OLE color: 1450053.
HSL color Cylindrical-coordinate representation of color #452016: hue angle of 12.77º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #452016 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 32 | 22 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.73 |
| HSL | 12.77º | 0.52% | 0.18% | - |
| HSV(B) | 12.77º | 0.68% | 0.27% | - |
| XYZ | 3.12 | 2.36 | 1.05 | - |
| YUV | 41.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 22 | 0 | 0.54 | 0.68 | 0.73 | 12.77 | 0.52 | 0.18 |
| Hex | 45 | 20 | 16 | 0 | 36 | 44 | 49 | D | 34 | 12 |
| Octal | 105 | 40 | 26 | 0 | 66 | 104 | 111 | 15 | 64 | 22 |
| Binary | 1000101 | 100000 | 10110 | 0 | 110110 | 1000100 | 1001001 | 1101 | 110100 | 10010 |
Color Harmonies of #452016
Complementary color
Monochromatic Colors of #452016
Black with #452016
Text Example
Text Example
White with #452016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452016; }
p { color: rgb(69,32,22); }
H1.HeaderClassName
{
color: #452016;
}
.AnyTagClassName
{
color: #452016;
}
</style>
background-color css
<style>
a { background-color: #452016; }
a { background-color: rgb(69,32,22); }
div.DivClassName
{
background-color: #452016;
}
.BgClassName
{
background-color: #452016;
}
</style>
border-color css
<style>
span { border-color: #452016; }
span { border-color: rgb(69,32,22); }
td.TdClassName
{
border-color: #452016;
}
.TagClassName
{
border-color: #452016;
}
</style>