Shades of Brown Pod #431D10
Tints of Brown Pod #431D10
RGB
CMYK
RGB Variations
Color information
#431D10 (or 0x431D10) is known color: Brown Pod. HEX triplet: 43, 1D and 10. RGB value is (67,29,16). Sum of RGB (Red+Green+Blue) = 67+29+16=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #431D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D10 is #BCE2EF. Grayscale: #262626. Windows color (decimal): -12378864 or 1056067. OLE color: 1056067.
HSL color Cylindrical-coordinate representation of color #431D10: hue angle of 15.29º 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 #431D10 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 16 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.74 |
| HSL | 15.29º | 0.61% | 0.16% | - |
| HSV(B) | 15.29º | 0.76% | 0.26% | - |
| XYZ | 2.85 | 2.11 | 0.75 | - |
| YUV | 38.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 16 | 0 | 0.57 | 0.76 | 0.74 | 15.29 | 0.61 | 0.16 |
| Hex | 43 | 1D | 10 | 0 | 39 | 4C | 4A | F | 3D | 10 |
| Octal | 103 | 35 | 20 | 0 | 71 | 114 | 112 | 17 | 75 | 20 |
| Binary | 1000011 | 11101 | 10000 | 0 | 111001 | 1001100 | 1001010 | 1111 | 111101 | 10000 |
Color Harmonies of #431D10
Complementary color
Monochromatic Colors of #431D10
Black with #431D10
Text Example
Text Example
White with #431D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D10; }
p { color: rgb(67,29,16); }
H1.HeaderClassName
{
color: #431D10;
}
.AnyTagClassName
{
color: #431D10;
}
</style>
background-color css
<style>
a { background-color: #431D10; }
a { background-color: rgb(67,29,16); }
div.DivClassName
{
background-color: #431D10;
}
.BgClassName
{
background-color: #431D10;
}
</style>
border-color css
<style>
span { border-color: #431D10; }
span { border-color: rgb(67,29,16); }
td.TdClassName
{
border-color: #431D10;
}
.TagClassName
{
border-color: #431D10;
}
</style>