Shades of Brown Pod #431F15
Tints of Brown Pod #431F15
RGB
CMYK
RGB Variations
Color information
#431F15 (or 0x431F15) is known color: Brown Pod. HEX triplet: 43, 1F and 15. RGB value is (67,31,21). Sum of RGB (Red+Green+Blue) = 67+31+21=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #431F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F15 is #BCE0EA. Grayscale: #282828. Windows color (decimal): -12378347 or 1384259. OLE color: 1384259.
HSL color Cylindrical-coordinate representation of color #431F15: hue angle of 13.04º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #431F15 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 21 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.74 |
| HSL | 13.04º | 0.52% | 0.17% | - |
| HSV(B) | 13.04º | 0.69% | 0.26% | - |
| XYZ | 2.94 | 2.23 | 0.98 | - |
| YUV | 40.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 21 | 0 | 0.54 | 0.69 | 0.74 | 13.04 | 0.52 | 0.17 |
| Hex | 43 | 1F | 15 | 0 | 36 | 45 | 4A | D | 34 | 11 |
| Octal | 103 | 37 | 25 | 0 | 66 | 105 | 112 | 15 | 64 | 21 |
| Binary | 1000011 | 11111 | 10101 | 0 | 110110 | 1000101 | 1001010 | 1101 | 110100 | 10001 |
Color Harmonies of #431F15
Complementary color
Monochromatic Colors of #431F15
Black with #431F15
Text Example
Text Example
White with #431F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F15; }
p { color: rgb(67,31,21); }
H1.HeaderClassName
{
color: #431F15;
}
.AnyTagClassName
{
color: #431F15;
}
</style>
background-color css
<style>
a { background-color: #431F15; }
a { background-color: rgb(67,31,21); }
div.DivClassName
{
background-color: #431F15;
}
.BgClassName
{
background-color: #431F15;
}
</style>
border-color css
<style>
span { border-color: #431F15; }
span { border-color: rgb(67,31,21); }
td.TdClassName
{
border-color: #431F15;
}
.TagClassName
{
border-color: #431F15;
}
</style>