Shades of Brown Pod #432119
Tints of Brown Pod #432119
RGB
CMYK
RGB Variations
Color information
#432119 (or 0x432119) is known color: Brown Pod. HEX triplet: 43, 21 and 19. RGB value is (67,33,25). Sum of RGB (Red+Green+Blue) = 67+33+25=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #432119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432119 is #BCDEE6. Grayscale: #2A2A2A. Windows color (decimal): -12377831 or 1646915. OLE color: 1646915.
HSL color Cylindrical-coordinate representation of color #432119: hue angle of 11.43º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #432119 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 33 | 25 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.74 |
| HSL | 11.43º | 0.46% | 0.18% | - |
| HSV(B) | 11.43º | 0.63% | 0.26% | - |
| XYZ | 3.03 | 2.35 | 1.21 | - |
| YUV | 42.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 25 | 0 | 0.51 | 0.63 | 0.74 | 11.43 | 0.46 | 0.18 |
| Hex | 43 | 21 | 19 | 0 | 33 | 3F | 4A | B | 2E | 12 |
| Octal | 103 | 41 | 31 | 0 | 63 | 77 | 112 | 13 | 56 | 22 |
| Binary | 1000011 | 100001 | 11001 | 0 | 110011 | 111111 | 1001010 | 1011 | 101110 | 10010 |
Color Harmonies of #432119
Complementary color
Monochromatic Colors of #432119
Black with #432119
Text Example
Text Example
White with #432119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432119; }
p { color: rgb(67,33,25); }
H1.HeaderClassName
{
color: #432119;
}
.AnyTagClassName
{
color: #432119;
}
</style>
background-color css
<style>
a { background-color: #432119; }
a { background-color: rgb(67,33,25); }
div.DivClassName
{
background-color: #432119;
}
.BgClassName
{
background-color: #432119;
}
</style>
border-color css
<style>
span { border-color: #432119; }
span { border-color: rgb(67,33,25); }
td.TdClassName
{
border-color: #432119;
}
.TagClassName
{
border-color: #432119;
}
</style>