Shades of Brown Pod #451D19
Tints of Brown Pod #451D19
RGB
CMYK
RGB Variations
Color information
#451D19 (or 0x451D19) is known color: Brown Pod. HEX triplet: 45, 1D and 19. RGB value is (69,29,25). Sum of RGB (Red+Green+Blue) = 69+29+25=123 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.10% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 69 - color contains mainly: red. Hex color #451D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451D19 is #BAE2E6. Grayscale: #282828. Windows color (decimal): -12247783 or 1645893. OLE color: 1645893.
HSL color Cylindrical-coordinate representation of color #451D19: hue angle of 5.45º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #451D19 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 29 | 25 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.73 |
| HSL | 5.45º | 0.47% | 0.18% | - |
| HSV(B) | 5.45º | 0.64% | 0.27% | - |
| XYZ | 3.07 | 2.21 | 1.19 | - |
| YUV | 40.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 25 | 0 | 0.58 | 0.64 | 0.73 | 5.45 | 0.47 | 0.18 |
| Hex | 45 | 1D | 19 | 0 | 3A | 40 | 49 | 5 | 2F | 12 |
| Octal | 105 | 35 | 31 | 0 | 72 | 100 | 111 | 5 | 57 | 22 |
| Binary | 1000101 | 11101 | 11001 | 0 | 111010 | 1000000 | 1001001 | 101 | 101111 | 10010 |
Color Harmonies of #451D19
Complementary color
Monochromatic Colors of #451D19
Black with #451D19
Text Example
Text Example
White with #451D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D19; }
p { color: rgb(69,29,25); }
H1.HeaderClassName
{
color: #451D19;
}
.AnyTagClassName
{
color: #451D19;
}
</style>
background-color css
<style>
a { background-color: #451D19; }
a { background-color: rgb(69,29,25); }
div.DivClassName
{
background-color: #451D19;
}
.BgClassName
{
background-color: #451D19;
}
</style>
border-color css
<style>
span { border-color: #451D19; }
span { border-color: rgb(69,29,25); }
td.TdClassName
{
border-color: #451D19;
}
.TagClassName
{
border-color: #451D19;
}
</style>