Shades of Brown Pod #431F1D
Tints of Brown Pod #431F1D
RGB
CMYK
RGB Variations
Color information
#431F1D (or 0x431F1D) is known color: Brown Pod. HEX triplet: 43, 1F and 1D. RGB value is (67,31,29). Sum of RGB (Red+Green+Blue) = 67+31+29=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #431F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F1D is #BCE0E2. Grayscale: #292929. Windows color (decimal): -12378339 or 1908547. OLE color: 1908547.
HSL color Cylindrical-coordinate representation of color #431F1D: hue angle of 3.16º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431F1D is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 29 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.74 |
| HSL | 3.16º | 0.4% | 0.19% | - |
| HSV(B) | 3.16º | 0.57% | 0.26% | - |
| XYZ | 3.03 | 2.26 | 1.44 | - |
| YUV | 41.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 29 | 0 | 0.54 | 0.57 | 0.74 | 3.16 | 0.4 | 0.19 |
| Hex | 43 | 1F | 1D | 0 | 36 | 39 | 4A | 3 | 28 | 13 |
| Octal | 103 | 37 | 35 | 0 | 66 | 71 | 112 | 3 | 50 | 23 |
| Binary | 1000011 | 11111 | 11101 | 0 | 110110 | 111001 | 1001010 | 11 | 101000 | 10011 |
Color Harmonies of #431F1D
Complementary color
Monochromatic Colors of #431F1D
Black with #431F1D
Text Example
Text Example
White with #431F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F1D; }
p { color: rgb(67,31,29); }
H1.HeaderClassName
{
color: #431F1D;
}
.AnyTagClassName
{
color: #431F1D;
}
</style>
background-color css
<style>
a { background-color: #431F1D; }
a { background-color: rgb(67,31,29); }
div.DivClassName
{
background-color: #431F1D;
}
.BgClassName
{
background-color: #431F1D;
}
</style>
border-color css
<style>
span { border-color: #431F1D; }
span { border-color: rgb(67,31,29); }
td.TdClassName
{
border-color: #431F1D;
}
.TagClassName
{
border-color: #431F1D;
}
</style>