Shades of Brown Pod #451E19
Tints of Brown Pod #451E19
RGB
CMYK
RGB Variations
Color information
#451E19 (or 0x451E19) is known color: Brown Pod. HEX triplet: 45, 1E and 19. RGB value is (69,30,25). Sum of RGB (Red+Green+Blue) = 69+30+25=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #451E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451E19 is #BAE1E6. Grayscale: #292929. Windows color (decimal): -12247527 or 1646149. OLE color: 1646149.
HSL color Cylindrical-coordinate representation of color #451E19: hue angle of 6.82º 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 #451E19 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 30 | 25 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.73 |
| HSL | 6.82º | 0.47% | 0.18% | - |
| HSV(B) | 6.82º | 0.64% | 0.27% | - |
| XYZ | 3.09 | 2.26 | 1.19 | - |
| YUV | 41.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 30 | 25 | 0 | 0.57 | 0.64 | 0.73 | 6.82 | 0.47 | 0.18 |
| Hex | 45 | 1E | 19 | 0 | 39 | 40 | 49 | 7 | 2F | 12 |
| Octal | 105 | 36 | 31 | 0 | 71 | 100 | 111 | 7 | 57 | 22 |
| Binary | 1000101 | 11110 | 11001 | 0 | 111001 | 1000000 | 1001001 | 111 | 101111 | 10010 |
Color Harmonies of #451E19
Complementary color
Monochromatic Colors of #451E19
Black with #451E19
Text Example
Text Example
White with #451E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451E19; }
p { color: rgb(69,30,25); }
H1.HeaderClassName
{
color: #451E19;
}
.AnyTagClassName
{
color: #451E19;
}
</style>
background-color css
<style>
a { background-color: #451E19; }
a { background-color: rgb(69,30,25); }
div.DivClassName
{
background-color: #451E19;
}
.BgClassName
{
background-color: #451E19;
}
</style>
border-color css
<style>
span { border-color: #451E19; }
span { border-color: rgb(69,30,25); }
td.TdClassName
{
border-color: #451E19;
}
.TagClassName
{
border-color: #451E19;
}
</style>