Shades of Brown Pod #452017
Tints of Brown Pod #452017
RGB
CMYK
RGB Variations
Color information
#452017 (or 0x452017) is known color: Brown Pod. HEX triplet: 45, 20 and 17. RGB value is (69,32,23). Sum of RGB (Red+Green+Blue) = 69+32+23=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #452017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452017 is #BADFE8. Grayscale: #2A2A2A. Windows color (decimal): -12247017 or 1515589. OLE color: 1515589.
HSL color Cylindrical-coordinate representation of color #452017: hue angle of 11.74º 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 #452017 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 32 | 23 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.73 |
| HSL | 11.74º | 0.5% | 0.18% | - |
| HSV(B) | 11.74º | 0.67% | 0.27% | - |
| XYZ | 3.13 | 2.36 | 1.1 | - |
| YUV | 42.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 23 | 0 | 0.54 | 0.67 | 0.73 | 11.74 | 0.5 | 0.18 |
| Hex | 45 | 20 | 17 | 0 | 36 | 43 | 49 | C | 32 | 12 |
| Octal | 105 | 40 | 27 | 0 | 66 | 103 | 111 | 14 | 62 | 22 |
| Binary | 1000101 | 100000 | 10111 | 0 | 110110 | 1000011 | 1001001 | 1100 | 110010 | 10010 |
Color Harmonies of #452017
Complementary color
Monochromatic Colors of #452017
Black with #452017
Text Example
Text Example
White with #452017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452017; }
p { color: rgb(69,32,23); }
H1.HeaderClassName
{
color: #452017;
}
.AnyTagClassName
{
color: #452017;
}
</style>
background-color css
<style>
a { background-color: #452017; }
a { background-color: rgb(69,32,23); }
div.DivClassName
{
background-color: #452017;
}
.BgClassName
{
background-color: #452017;
}
</style>
border-color css
<style>
span { border-color: #452017; }
span { border-color: rgb(69,32,23); }
td.TdClassName
{
border-color: #452017;
}
.TagClassName
{
border-color: #452017;
}
</style>