Shades of Brown Pod #431F16
Tints of Brown Pod #431F16
RGB
CMYK
RGB Variations
Color information
#431F16 (or 0x431F16) is known color: Brown Pod. HEX triplet: 43, 1F and 16. RGB value is (67,31,22). Sum of RGB (Red+Green+Blue) = 67+31+22=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #431F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F16 is #BCE0E9. Grayscale: #282828. Windows color (decimal): -12378346 or 1449795. OLE color: 1449795.
HSL color Cylindrical-coordinate representation of color #431F16: hue angle of 12º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #431F16 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 22 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.74 |
| HSL | 12º | 0.51% | 0.17% | - |
| HSV(B) | 12º | 0.67% | 0.26% | - |
| XYZ | 2.95 | 2.23 | 1.03 | - |
| YUV | 40.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 22 | 0 | 0.54 | 0.67 | 0.74 | 12 | 0.51 | 0.17 |
| Hex | 43 | 1F | 16 | 0 | 36 | 43 | 4A | C | 33 | 11 |
| Octal | 103 | 37 | 26 | 0 | 66 | 103 | 112 | 14 | 63 | 21 |
| Binary | 1000011 | 11111 | 10110 | 0 | 110110 | 1000011 | 1001010 | 1100 | 110011 | 10001 |
Color Harmonies of #431F16
Complementary color
Monochromatic Colors of #431F16
Black with #431F16
Text Example
Text Example
White with #431F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F16; }
p { color: rgb(67,31,22); }
H1.HeaderClassName
{
color: #431F16;
}
.AnyTagClassName
{
color: #431F16;
}
</style>
background-color css
<style>
a { background-color: #431F16; }
a { background-color: rgb(67,31,22); }
div.DivClassName
{
background-color: #431F16;
}
.BgClassName
{
background-color: #431F16;
}
</style>
border-color css
<style>
span { border-color: #431F16; }
span { border-color: rgb(67,31,22); }
td.TdClassName
{
border-color: #431F16;
}
.TagClassName
{
border-color: #431F16;
}
</style>