Shades of Brown Pod #431D0C
Tints of Brown Pod #431D0C
RGB
CMYK
RGB Variations
Color information
#431D0C (or 0x431D0C) is known color: Brown Pod. HEX triplet: 43, 1D and 0C. RGB value is (67,29,12). Sum of RGB (Red+Green+Blue) = 67+29+12=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #431D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D0C is #BCE2F3. Grayscale: #262626. Windows color (decimal): -12378868 or 793923. OLE color: 793923.
HSL color Cylindrical-coordinate representation of color #431D0C: hue angle of 18.55º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431D0C is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 12 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.74 |
| HSL | 18.55º | 0.7% | 0.15% | - |
| HSV(B) | 18.55º | 0.82% | 0.26% | - |
| XYZ | 2.82 | 2.1 | 0.6 | - |
| YUV | 38.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 12 | 0 | 0.57 | 0.82 | 0.74 | 18.55 | 0.7 | 0.15 |
| Hex | 43 | 1D | C | 0 | 39 | 52 | 4A | 13 | 46 | F |
| Octal | 103 | 35 | 14 | 0 | 71 | 122 | 112 | 23 | 106 | 17 |
| Binary | 1000011 | 11101 | 1100 | 0 | 111001 | 1010010 | 1001010 | 10011 | 1000110 | 1111 |
Color Harmonies of #431D0C
Complementary color
Monochromatic Colors of #431D0C
Black with #431D0C
Text Example
Text Example
White with #431D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D0C; }
p { color: rgb(67,29,12); }
H1.HeaderClassName
{
color: #431D0C;
}
.AnyTagClassName
{
color: #431D0C;
}
</style>
background-color css
<style>
a { background-color: #431D0C; }
a { background-color: rgb(67,29,12); }
div.DivClassName
{
background-color: #431D0C;
}
.BgClassName
{
background-color: #431D0C;
}
</style>
border-color css
<style>
span { border-color: #431D0C; }
span { border-color: rgb(67,29,12); }
td.TdClassName
{
border-color: #431D0C;
}
.TagClassName
{
border-color: #431D0C;
}
</style>