Shades of Brown Pod #432113
Tints of Brown Pod #432113
RGB
CMYK
RGB Variations
Color information
#432113 (or 0x432113) is known color: Brown Pod. HEX triplet: 43, 21 and 13. RGB value is (67,33,19). Sum of RGB (Red+Green+Blue) = 67+33+19=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #432113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432113 is #BCDEEC. Grayscale: #292929. Windows color (decimal): -12377837 or 1253699. OLE color: 1253699.
HSL color Cylindrical-coordinate representation of color #432113: hue angle of 17.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432113 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 33 | 19 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.74 |
| HSL | 17.5º | 0.56% | 0.17% | - |
| HSV(B) | 17.5º | 0.72% | 0.26% | - |
| XYZ | 2.98 | 2.33 | 0.91 | - |
| YUV | 41.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 19 | 0 | 0.51 | 0.72 | 0.74 | 17.5 | 0.56 | 0.17 |
| Hex | 43 | 21 | 13 | 0 | 33 | 48 | 4A | 12 | 38 | 11 |
| Octal | 103 | 41 | 23 | 0 | 63 | 110 | 112 | 22 | 70 | 21 |
| Binary | 1000011 | 100001 | 10011 | 0 | 110011 | 1001000 | 1001010 | 10010 | 111000 | 10001 |
Color Harmonies of #432113
Complementary color
Monochromatic Colors of #432113
Black with #432113
Text Example
Text Example
White with #432113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432113; }
p { color: rgb(67,33,19); }
H1.HeaderClassName
{
color: #432113;
}
.AnyTagClassName
{
color: #432113;
}
</style>
background-color css
<style>
a { background-color: #432113; }
a { background-color: rgb(67,33,19); }
div.DivClassName
{
background-color: #432113;
}
.BgClassName
{
background-color: #432113;
}
</style>
border-color css
<style>
span { border-color: #432113; }
span { border-color: rgb(67,33,19); }
td.TdClassName
{
border-color: #432113;
}
.TagClassName
{
border-color: #432113;
}
</style>