Shades of Brown Pod #452111
Tints of Brown Pod #452111
RGB
CMYK
RGB Variations
Color information
#452111 (or 0x452111) is known color: Brown Pod. HEX triplet: 45, 21 and 11. RGB value is (69,33,17). Sum of RGB (Red+Green+Blue) = 69+33+17=119 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.98% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 69 - color contains mainly: red. Hex color #452111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452111 is #BADEEE. Grayscale: #2A2A2A. Windows color (decimal): -12246767 or 1122629. OLE color: 1122629.
HSL color Cylindrical-coordinate representation of color #452111: hue angle of 18.46º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452111 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 33 | 17 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.73 |
| HSL | 18.46º | 0.6% | 0.17% | - |
| HSV(B) | 18.46º | 0.75% | 0.27% | - |
| XYZ | 3.1 | 2.39 | 0.83 | - |
| YUV | 41.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 17 | 0 | 0.52 | 0.75 | 0.73 | 18.46 | 0.6 | 0.17 |
| Hex | 45 | 21 | 11 | 0 | 34 | 4B | 49 | 12 | 3C | 11 |
| Octal | 105 | 41 | 21 | 0 | 64 | 113 | 111 | 22 | 74 | 21 |
| Binary | 1000101 | 100001 | 10001 | 0 | 110100 | 1001011 | 1001001 | 10010 | 111100 | 10001 |
Color Harmonies of #452111
Complementary color
Monochromatic Colors of #452111
Black with #452111
Text Example
Text Example
White with #452111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452111; }
p { color: rgb(69,33,17); }
H1.HeaderClassName
{
color: #452111;
}
.AnyTagClassName
{
color: #452111;
}
</style>
background-color css
<style>
a { background-color: #452111; }
a { background-color: rgb(69,33,17); }
div.DivClassName
{
background-color: #452111;
}
.BgClassName
{
background-color: #452111;
}
</style>
border-color css
<style>
span { border-color: #452111; }
span { border-color: rgb(69,33,17); }
td.TdClassName
{
border-color: #452111;
}
.TagClassName
{
border-color: #452111;
}
</style>