Shades of Brown Pod #431D12
Tints of Brown Pod #431D12
RGB
CMYK
RGB Variations
Color information
#431D12 (or 0x431D12) is known color: Brown Pod. HEX triplet: 43, 1D and 12. RGB value is (67,29,18). Sum of RGB (Red+Green+Blue) = 67+29+18=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #431D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D12 is #BCE2ED. Grayscale: #272727. Windows color (decimal): -12378862 or 1187139. OLE color: 1187139.
HSL color Cylindrical-coordinate representation of color #431D12: hue angle of 13.47º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #431D12 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 18 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.74 |
| HSL | 13.47º | 0.58% | 0.17% | - |
| HSV(B) | 13.47º | 0.73% | 0.26% | - |
| XYZ | 2.86 | 2.12 | 0.83 | - |
| YUV | 39.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 18 | 0 | 0.57 | 0.73 | 0.74 | 13.47 | 0.58 | 0.17 |
| Hex | 43 | 1D | 12 | 0 | 39 | 49 | 4A | D | 3A | 11 |
| Octal | 103 | 35 | 22 | 0 | 71 | 111 | 112 | 15 | 72 | 21 |
| Binary | 1000011 | 11101 | 10010 | 0 | 111001 | 1001001 | 1001010 | 1101 | 111010 | 10001 |
Color Harmonies of #431D12
Complementary color
Monochromatic Colors of #431D12
Black with #431D12
Text Example
Text Example
White with #431D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D12; }
p { color: rgb(67,29,18); }
H1.HeaderClassName
{
color: #431D12;
}
.AnyTagClassName
{
color: #431D12;
}
</style>
background-color css
<style>
a { background-color: #431D12; }
a { background-color: rgb(67,29,18); }
div.DivClassName
{
background-color: #431D12;
}
.BgClassName
{
background-color: #431D12;
}
</style>
border-color css
<style>
span { border-color: #431D12; }
span { border-color: rgb(67,29,18); }
td.TdClassName
{
border-color: #431D12;
}
.TagClassName
{
border-color: #431D12;
}
</style>