Shades of Brown Pod #452410
Tints of Brown Pod #452410
RGB
CMYK
RGB Variations
Color information
#452410 (or 0x452410) is known color: Brown Pod. HEX triplet: 45, 24 and 10. RGB value is (69,36,16). Sum of RGB (Red+Green+Blue) = 69+36+16=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #452410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452410 is #BADBEF. Grayscale: #2B2B2B. Windows color (decimal): -12246000 or 1057861. OLE color: 1057861.
HSL color Cylindrical-coordinate representation of color #452410: hue angle of 22.64º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #452410 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 36 | 16 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.73 |
| HSL | 22.64º | 0.62% | 0.17% | - |
| HSV(B) | 22.64º | 0.77% | 0.27% | - |
| XYZ | 3.18 | 2.56 | 0.82 | - |
| YUV | 43.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 16 | 0 | 0.48 | 0.77 | 0.73 | 22.64 | 0.62 | 0.17 |
| Hex | 45 | 24 | 10 | 0 | 30 | 4D | 49 | 17 | 3E | 11 |
| Octal | 105 | 44 | 20 | 0 | 60 | 115 | 111 | 27 | 76 | 21 |
| Binary | 1000101 | 100100 | 10000 | 0 | 110000 | 1001101 | 1001001 | 10111 | 111110 | 10001 |
Color Harmonies of #452410
Complementary color
Monochromatic Colors of #452410
Black with #452410
Text Example
Text Example
White with #452410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452410; }
p { color: rgb(69,36,16); }
H1.HeaderClassName
{
color: #452410;
}
.AnyTagClassName
{
color: #452410;
}
</style>
background-color css
<style>
a { background-color: #452410; }
a { background-color: rgb(69,36,16); }
div.DivClassName
{
background-color: #452410;
}
.BgClassName
{
background-color: #452410;
}
</style>
border-color css
<style>
span { border-color: #452410; }
span { border-color: rgb(69,36,16); }
td.TdClassName
{
border-color: #452410;
}
.TagClassName
{
border-color: #452410;
}
</style>