Shades of Brown Pod #451D17
Tints of Brown Pod #451D17
RGB
CMYK
RGB Variations
Color information
#451D17 (or 0x451D17) is known color: Brown Pod. HEX triplet: 45, 1D and 17. RGB value is (69,29,23). Sum of RGB (Red+Green+Blue) = 69+29+23=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #451D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451D17 is #BAE2E8. Grayscale: #282828. Windows color (decimal): -12247785 or 1514821. OLE color: 1514821.
HSL color Cylindrical-coordinate representation of color #451D17: hue angle of 7.83º 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 #451D17 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 29 | 23 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.73 |
| HSL | 7.83º | 0.5% | 0.18% | - |
| HSV(B) | 7.83º | 0.67% | 0.27% | - |
| XYZ | 3.05 | 2.21 | 1.08 | - |
| YUV | 40.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 23 | 0 | 0.58 | 0.67 | 0.73 | 7.83 | 0.5 | 0.18 |
| Hex | 45 | 1D | 17 | 0 | 3A | 43 | 49 | 8 | 32 | 12 |
| Octal | 105 | 35 | 27 | 0 | 72 | 103 | 111 | 10 | 62 | 22 |
| Binary | 1000101 | 11101 | 10111 | 0 | 111010 | 1000011 | 1001001 | 1000 | 110010 | 10010 |
Color Harmonies of #451D17
Complementary color
Monochromatic Colors of #451D17
Black with #451D17
Text Example
Text Example
White with #451D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D17; }
p { color: rgb(69,29,23); }
H1.HeaderClassName
{
color: #451D17;
}
.AnyTagClassName
{
color: #451D17;
}
</style>
background-color css
<style>
a { background-color: #451D17; }
a { background-color: rgb(69,29,23); }
div.DivClassName
{
background-color: #451D17;
}
.BgClassName
{
background-color: #451D17;
}
</style>
border-color css
<style>
span { border-color: #451D17; }
span { border-color: rgb(69,29,23); }
td.TdClassName
{
border-color: #451D17;
}
.TagClassName
{
border-color: #451D17;
}
</style>