Shades of Brown Pod #431F10
Tints of Brown Pod #431F10
RGB
CMYK
RGB Variations
Color information
#431F10 (or 0x431F10) is known color: Brown Pod. HEX triplet: 43, 1F and 10. RGB value is (67,31,16). Sum of RGB (Red+Green+Blue) = 67+31+16=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #431F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F10 is #BCE0EF. Grayscale: #282828. Windows color (decimal): -12378352 or 1056579. OLE color: 1056579.
HSL color Cylindrical-coordinate representation of color #431F10: hue angle of 17.65º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431F10 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 16 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.74 |
| HSL | 17.65º | 0.61% | 0.16% | - |
| HSV(B) | 17.65º | 0.76% | 0.26% | - |
| XYZ | 2.9 | 2.21 | 0.76 | - |
| YUV | 40.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 16 | 0 | 0.54 | 0.76 | 0.74 | 17.65 | 0.61 | 0.16 |
| Hex | 43 | 1F | 10 | 0 | 36 | 4C | 4A | 12 | 3D | 10 |
| Octal | 103 | 37 | 20 | 0 | 66 | 114 | 112 | 22 | 75 | 20 |
| Binary | 1000011 | 11111 | 10000 | 0 | 110110 | 1001100 | 1001010 | 10010 | 111101 | 10000 |
Color Harmonies of #431F10
Complementary color
Monochromatic Colors of #431F10
Black with #431F10
Text Example
Text Example
White with #431F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F10; }
p { color: rgb(67,31,16); }
H1.HeaderClassName
{
color: #431F10;
}
.AnyTagClassName
{
color: #431F10;
}
</style>
background-color css
<style>
a { background-color: #431F10; }
a { background-color: rgb(67,31,16); }
div.DivClassName
{
background-color: #431F10;
}
.BgClassName
{
background-color: #431F10;
}
</style>
border-color css
<style>
span { border-color: #431F10; }
span { border-color: rgb(67,31,16); }
td.TdClassName
{
border-color: #431F10;
}
.TagClassName
{
border-color: #431F10;
}
</style>