Shades of Brown Pod #452119
Tints of Brown Pod #452119
RGB
CMYK
RGB Variations
Color information
#452119 (or 0x452119) is known color: Brown Pod. HEX triplet: 45, 21 and 19. RGB value is (69,33,25). Sum of RGB (Red+Green+Blue) = 69+33+25=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #452119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452119 is #BADEE6. Grayscale: #2A2A2A. Windows color (decimal): -12246759 or 1646917. OLE color: 1646917.
HSL color Cylindrical-coordinate representation of color #452119: hue angle of 10.91º 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 #452119 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 33 | 25 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.73 |
| HSL | 10.91º | 0.47% | 0.18% | - |
| HSV(B) | 10.91º | 0.64% | 0.27% | - |
| XYZ | 3.17 | 2.42 | 1.22 | - |
| YUV | 42.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 25 | 0 | 0.52 | 0.64 | 0.73 | 10.91 | 0.47 | 0.18 |
| Hex | 45 | 21 | 19 | 0 | 34 | 40 | 49 | B | 2F | 12 |
| Octal | 105 | 41 | 31 | 0 | 64 | 100 | 111 | 13 | 57 | 22 |
| Binary | 1000101 | 100001 | 11001 | 0 | 110100 | 1000000 | 1001001 | 1011 | 101111 | 10010 |
Color Harmonies of #452119
Complementary color
Monochromatic Colors of #452119
Black with #452119
Text Example
Text Example
White with #452119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452119; }
p { color: rgb(69,33,25); }
H1.HeaderClassName
{
color: #452119;
}
.AnyTagClassName
{
color: #452119;
}
</style>
background-color css
<style>
a { background-color: #452119; }
a { background-color: rgb(69,33,25); }
div.DivClassName
{
background-color: #452119;
}
.BgClassName
{
background-color: #452119;
}
</style>
border-color css
<style>
span { border-color: #452119; }
span { border-color: rgb(69,33,25); }
td.TdClassName
{
border-color: #452119;
}
.TagClassName
{
border-color: #452119;
}
</style>