Shades of Brown Pod #431F0E
Tints of Brown Pod #431F0E
RGB
CMYK
RGB Variations
Color information
#431F0E (or 0x431F0E) is known color: Brown Pod. HEX triplet: 43, 1F and 0E. RGB value is (67,31,14). Sum of RGB (Red+Green+Blue) = 67+31+14=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #431F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F0E is #BCE0F1. Grayscale: #272727. Windows color (decimal): -12378354 or 925507. OLE color: 925507.
HSL color Cylindrical-coordinate representation of color #431F0E: hue angle of 19.25º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431F0E is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 14 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.74 |
| HSL | 19.25º | 0.65% | 0.16% | - |
| HSV(B) | 19.25º | 0.79% | 0.26% | - |
| XYZ | 2.88 | 2.2 | 0.69 | - |
| YUV | 39.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 14 | 0 | 0.54 | 0.79 | 0.74 | 19.25 | 0.65 | 0.16 |
| Hex | 43 | 1F | E | 0 | 36 | 4F | 4A | 13 | 41 | 10 |
| Octal | 103 | 37 | 16 | 0 | 66 | 117 | 112 | 23 | 101 | 20 |
| Binary | 1000011 | 11111 | 1110 | 0 | 110110 | 1001111 | 1001010 | 10011 | 1000001 | 10000 |
Color Harmonies of #431F0E
Complementary color
Monochromatic Colors of #431F0E
Black with #431F0E
Text Example
Text Example
White with #431F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F0E; }
p { color: rgb(67,31,14); }
H1.HeaderClassName
{
color: #431F0E;
}
.AnyTagClassName
{
color: #431F0E;
}
</style>
background-color css
<style>
a { background-color: #431F0E; }
a { background-color: rgb(67,31,14); }
div.DivClassName
{
background-color: #431F0E;
}
.BgClassName
{
background-color: #431F0E;
}
</style>
border-color css
<style>
span { border-color: #431F0E; }
span { border-color: rgb(67,31,14); }
td.TdClassName
{
border-color: #431F0E;
}
.TagClassName
{
border-color: #431F0E;
}
</style>