Shades of Brown Pod #432017
Tints of Brown Pod #432017
RGB
CMYK
RGB Variations
Color information
#432017 (or 0x432017) is known color: Brown Pod. HEX triplet: 43, 20 and 17. RGB value is (67,32,23). Sum of RGB (Red+Green+Blue) = 67+32+23=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #432017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432017 is #BCDFE8. Grayscale: #292929. Windows color (decimal): -12378089 or 1515587. OLE color: 1515587.
HSL color Cylindrical-coordinate representation of color #432017: hue angle of 12.27º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #432017 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 32 | 23 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.74 |
| HSL | 12.27º | 0.49% | 0.18% | - |
| HSV(B) | 12.27º | 0.66% | 0.26% | - |
| XYZ | 2.99 | 2.29 | 1.09 | - |
| YUV | 41.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 23 | 0 | 0.52 | 0.66 | 0.74 | 12.27 | 0.49 | 0.18 |
| Hex | 43 | 20 | 17 | 0 | 34 | 42 | 4A | C | 31 | 12 |
| Octal | 103 | 40 | 27 | 0 | 64 | 102 | 112 | 14 | 61 | 22 |
| Binary | 1000011 | 100000 | 10111 | 0 | 110100 | 1000010 | 1001010 | 1100 | 110001 | 10010 |
Color Harmonies of #432017
Complementary color
Monochromatic Colors of #432017
Black with #432017
Text Example
Text Example
White with #432017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432017; }
p { color: rgb(67,32,23); }
H1.HeaderClassName
{
color: #432017;
}
.AnyTagClassName
{
color: #432017;
}
</style>
background-color css
<style>
a { background-color: #432017; }
a { background-color: rgb(67,32,23); }
div.DivClassName
{
background-color: #432017;
}
.BgClassName
{
background-color: #432017;
}
</style>
border-color css
<style>
span { border-color: #432017; }
span { border-color: rgb(67,32,23); }
td.TdClassName
{
border-color: #432017;
}
.TagClassName
{
border-color: #432017;
}
</style>