Shades of Brown Pod #452117
Tints of Brown Pod #452117
RGB
CMYK
RGB Variations
Color information
#452117 (or 0x452117) is known color: Brown Pod. HEX triplet: 45, 21 and 17. RGB value is (69,33,23). Sum of RGB (Red+Green+Blue) = 69+33+23=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #452117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452117 is #BADEE8. Grayscale: #2A2A2A. Windows color (decimal): -12246761 or 1515845. OLE color: 1515845.
HSL color Cylindrical-coordinate representation of color #452117: hue angle of 13.04º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #452117 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 33 | 23 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.73 |
| HSL | 13.04º | 0.5% | 0.18% | - |
| HSV(B) | 13.04º | 0.67% | 0.27% | - |
| XYZ | 3.15 | 2.41 | 1.11 | - |
| YUV | 42.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 23 | 0 | 0.52 | 0.67 | 0.73 | 13.04 | 0.5 | 0.18 |
| Hex | 45 | 21 | 17 | 0 | 34 | 43 | 49 | D | 32 | 12 |
| Octal | 105 | 41 | 27 | 0 | 64 | 103 | 111 | 15 | 62 | 22 |
| Binary | 1000101 | 100001 | 10111 | 0 | 110100 | 1000011 | 1001001 | 1101 | 110010 | 10010 |
Color Harmonies of #452117
Complementary color
Monochromatic Colors of #452117
Black with #452117
Text Example
Text Example
White with #452117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452117; }
p { color: rgb(69,33,23); }
H1.HeaderClassName
{
color: #452117;
}
.AnyTagClassName
{
color: #452117;
}
</style>
background-color css
<style>
a { background-color: #452117; }
a { background-color: rgb(69,33,23); }
div.DivClassName
{
background-color: #452117;
}
.BgClassName
{
background-color: #452117;
}
</style>
border-color css
<style>
span { border-color: #452117; }
span { border-color: rgb(69,33,23); }
td.TdClassName
{
border-color: #452117;
}
.TagClassName
{
border-color: #452117;
}
</style>