Shades of Brown Pod #452511
Tints of Brown Pod #452511
RGB
CMYK
RGB Variations
Color information
#452511 (or 0x452511) is known color: Brown Pod. HEX triplet: 45, 25 and 11. RGB value is (69,37,17). Sum of RGB (Red+Green+Blue) = 69+37+17=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #452511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452511 is #BADAEE. Grayscale: #2C2C2C. Windows color (decimal): -12245743 or 1123653. OLE color: 1123653.
HSL color Cylindrical-coordinate representation of color #452511: hue angle of 23.08º 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 #452511 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 37 | 17 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.73 |
| HSL | 23.08º | 0.6% | 0.17% | - |
| HSV(B) | 23.08º | 0.75% | 0.27% | - |
| XYZ | 3.22 | 2.63 | 0.87 | - |
| YUV | 44.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 17 | 0 | 0.46 | 0.75 | 0.73 | 23.08 | 0.6 | 0.17 |
| Hex | 45 | 25 | 11 | 0 | 2E | 4B | 49 | 17 | 3C | 11 |
| Octal | 105 | 45 | 21 | 0 | 56 | 113 | 111 | 27 | 74 | 21 |
| Binary | 1000101 | 100101 | 10001 | 0 | 101110 | 1001011 | 1001001 | 10111 | 111100 | 10001 |
Color Harmonies of #452511
Complementary color
Monochromatic Colors of #452511
Black with #452511
Text Example
Text Example
White with #452511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452511; }
p { color: rgb(69,37,17); }
H1.HeaderClassName
{
color: #452511;
}
.AnyTagClassName
{
color: #452511;
}
</style>
background-color css
<style>
a { background-color: #452511; }
a { background-color: rgb(69,37,17); }
div.DivClassName
{
background-color: #452511;
}
.BgClassName
{
background-color: #452511;
}
</style>
border-color css
<style>
span { border-color: #452511; }
span { border-color: rgb(69,37,17); }
td.TdClassName
{
border-color: #452511;
}
.TagClassName
{
border-color: #452511;
}
</style>