Shades of Brown Pod #431F13
Tints of Brown Pod #431F13
RGB
CMYK
RGB Variations
Color information
#431F13 (or 0x431F13) is known color: Brown Pod. HEX triplet: 43, 1F and 13. RGB value is (67,31,19). Sum of RGB (Red+Green+Blue) = 67+31+19=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #431F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F13 is #BCE0EC. Grayscale: #282828. Windows color (decimal): -12378349 or 1253187. OLE color: 1253187.
HSL color Cylindrical-coordinate representation of color #431F13: hue angle of 15º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431F13 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 19 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.74 |
| HSL | 15º | 0.56% | 0.17% | - |
| HSV(B) | 15º | 0.72% | 0.26% | - |
| XYZ | 2.92 | 2.22 | 0.89 | - |
| YUV | 40.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 19 | 0 | 0.54 | 0.72 | 0.74 | 15 | 0.56 | 0.17 |
| Hex | 43 | 1F | 13 | 0 | 36 | 48 | 4A | F | 38 | 11 |
| Octal | 103 | 37 | 23 | 0 | 66 | 110 | 112 | 17 | 70 | 21 |
| Binary | 1000011 | 11111 | 10011 | 0 | 110110 | 1001000 | 1001010 | 1111 | 111000 | 10001 |
Color Harmonies of #431F13
Complementary color
Monochromatic Colors of #431F13
Black with #431F13
Text Example
Text Example
White with #431F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F13; }
p { color: rgb(67,31,19); }
H1.HeaderClassName
{
color: #431F13;
}
.AnyTagClassName
{
color: #431F13;
}
</style>
background-color css
<style>
a { background-color: #431F13; }
a { background-color: rgb(67,31,19); }
div.DivClassName
{
background-color: #431F13;
}
.BgClassName
{
background-color: #431F13;
}
</style>
border-color css
<style>
span { border-color: #431F13; }
span { border-color: rgb(67,31,19); }
td.TdClassName
{
border-color: #431F13;
}
.TagClassName
{
border-color: #431F13;
}
</style>