Shades of Brown Pod #431F11
Tints of Brown Pod #431F11
RGB
CMYK
RGB Variations
Color information
#431F11 (or 0x431F11) is known color: Brown Pod. HEX triplet: 43, 1F and 11. RGB value is (67,31,17). Sum of RGB (Red+Green+Blue) = 67+31+17=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #431F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F11 is #BCE0EE. Grayscale: #282828. Windows color (decimal): -12378351 or 1122115. OLE color: 1122115.
HSL color Cylindrical-coordinate representation of color #431F11: hue angle of 16.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431F11 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 17 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.74 |
| HSL | 16.8º | 0.6% | 0.16% | - |
| HSV(B) | 16.8º | 0.75% | 0.26% | - |
| XYZ | 2.91 | 2.21 | 0.8 | - |
| YUV | 40.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 17 | 0 | 0.54 | 0.75 | 0.74 | 16.8 | 0.6 | 0.16 |
| Hex | 43 | 1F | 11 | 0 | 36 | 4B | 4A | 11 | 3C | 10 |
| Octal | 103 | 37 | 21 | 0 | 66 | 113 | 112 | 21 | 74 | 20 |
| Binary | 1000011 | 11111 | 10001 | 0 | 110110 | 1001011 | 1001010 | 10001 | 111100 | 10000 |
Color Harmonies of #431F11
Complementary color
Monochromatic Colors of #431F11
Black with #431F11
Text Example
Text Example
White with #431F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F11; }
p { color: rgb(67,31,17); }
H1.HeaderClassName
{
color: #431F11;
}
.AnyTagClassName
{
color: #431F11;
}
</style>
background-color css
<style>
a { background-color: #431F11; }
a { background-color: rgb(67,31,17); }
div.DivClassName
{
background-color: #431F11;
}
.BgClassName
{
background-color: #431F11;
}
</style>
border-color css
<style>
span { border-color: #431F11; }
span { border-color: rgb(67,31,17); }
td.TdClassName
{
border-color: #431F11;
}
.TagClassName
{
border-color: #431F11;
}
</style>