Shades of Brown Pod #432313
Tints of Brown Pod #432313
RGB
CMYK
RGB Variations
Color information
#432313 (or 0x432313) is known color: Brown Pod. HEX triplet: 43, 23 and 13. RGB value is (67,35,19). Sum of RGB (Red+Green+Blue) = 67+35+19=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #432313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432313 is #BCDCEC. Grayscale: #2A2A2A. Windows color (decimal): -12377325 or 1254211. OLE color: 1254211.
HSL color Cylindrical-coordinate representation of color #432313: hue angle of 20º 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 #432313 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 35 | 19 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.74 |
| HSL | 20º | 0.56% | 0.17% | - |
| HSV(B) | 20º | 0.72% | 0.26% | - |
| XYZ | 3.03 | 2.44 | 0.93 | - |
| YUV | 42.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 35 | 19 | 0 | 0.48 | 0.72 | 0.74 | 20 | 0.56 | 0.17 |
| Hex | 43 | 23 | 13 | 0 | 30 | 48 | 4A | 14 | 38 | 11 |
| Octal | 103 | 43 | 23 | 0 | 60 | 110 | 112 | 24 | 70 | 21 |
| Binary | 1000011 | 100011 | 10011 | 0 | 110000 | 1001000 | 1001010 | 10100 | 111000 | 10001 |
Color Harmonies of #432313
Complementary color
Monochromatic Colors of #432313
Black with #432313
Text Example
Text Example
White with #432313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432313; }
p { color: rgb(67,35,19); }
H1.HeaderClassName
{
color: #432313;
}
.AnyTagClassName
{
color: #432313;
}
</style>
background-color css
<style>
a { background-color: #432313; }
a { background-color: rgb(67,35,19); }
div.DivClassName
{
background-color: #432313;
}
.BgClassName
{
background-color: #432313;
}
</style>
border-color css
<style>
span { border-color: #432313; }
span { border-color: rgb(67,35,19); }
td.TdClassName
{
border-color: #432313;
}
.TagClassName
{
border-color: #432313;
}
</style>