Shades of Brown Pod #452311
Tints of Brown Pod #452311
RGB
CMYK
RGB Variations
Color information
#452311 (or 0x452311) is known color: Brown Pod. HEX triplet: 45, 23 and 11. RGB value is (69,35,17). Sum of RGB (Red+Green+Blue) = 69+35+17=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #452311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452311 is #BADCEE. Grayscale: #2B2B2B. Windows color (decimal): -12246255 or 1123141. OLE color: 1123141.
HSL color Cylindrical-coordinate representation of color #452311: hue angle of 20.77º 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 #452311 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 35 | 17 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.73 |
| HSL | 20.77º | 0.6% | 0.17% | - |
| HSV(B) | 20.77º | 0.75% | 0.27% | - |
| XYZ | 3.16 | 2.51 | 0.85 | - |
| YUV | 43.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 17 | 0 | 0.49 | 0.75 | 0.73 | 20.77 | 0.6 | 0.17 |
| Hex | 45 | 23 | 11 | 0 | 31 | 4B | 49 | 15 | 3C | 11 |
| Octal | 105 | 43 | 21 | 0 | 61 | 113 | 111 | 25 | 74 | 21 |
| Binary | 1000101 | 100011 | 10001 | 0 | 110001 | 1001011 | 1001001 | 10101 | 111100 | 10001 |
Color Harmonies of #452311
Complementary color
Monochromatic Colors of #452311
Black with #452311
Text Example
Text Example
White with #452311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452311; }
p { color: rgb(69,35,17); }
H1.HeaderClassName
{
color: #452311;
}
.AnyTagClassName
{
color: #452311;
}
</style>
background-color css
<style>
a { background-color: #452311; }
a { background-color: rgb(69,35,17); }
div.DivClassName
{
background-color: #452311;
}
.BgClassName
{
background-color: #452311;
}
</style>
border-color css
<style>
span { border-color: #452311; }
span { border-color: rgb(69,35,17); }
td.TdClassName
{
border-color: #452311;
}
.TagClassName
{
border-color: #452311;
}
</style>