Shades of Brown Pod #431D0D
Tints of Brown Pod #431D0D
RGB
CMYK
RGB Variations
Color information
#431D0D (or 0x431D0D) is known color: Brown Pod. HEX triplet: 43, 1D and 0D. RGB value is (67,29,13). Sum of RGB (Red+Green+Blue) = 67+29+13=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #431D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D0D is #BCE2F2. Grayscale: #262626. Windows color (decimal): -12378867 or 859459. OLE color: 859459.
HSL color Cylindrical-coordinate representation of color #431D0D: hue angle of 17.78º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #431D0D is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 13 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.74 |
| HSL | 17.78º | 0.68% | 0.16% | - |
| HSV(B) | 17.78º | 0.81% | 0.26% | - |
| XYZ | 2.83 | 2.1 | 0.64 | - |
| YUV | 38.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 13 | 0 | 0.57 | 0.81 | 0.74 | 17.78 | 0.68 | 0.16 |
| Hex | 43 | 1D | D | 0 | 39 | 51 | 4A | 12 | 44 | 10 |
| Octal | 103 | 35 | 15 | 0 | 71 | 121 | 112 | 22 | 104 | 20 |
| Binary | 1000011 | 11101 | 1101 | 0 | 111001 | 1010001 | 1001010 | 10010 | 1000100 | 10000 |
Color Harmonies of #431D0D
Complementary color
Monochromatic Colors of #431D0D
Black with #431D0D
Text Example
Text Example
White with #431D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D0D; }
p { color: rgb(67,29,13); }
H1.HeaderClassName
{
color: #431D0D;
}
.AnyTagClassName
{
color: #431D0D;
}
</style>
background-color css
<style>
a { background-color: #431D0D; }
a { background-color: rgb(67,29,13); }
div.DivClassName
{
background-color: #431D0D;
}
.BgClassName
{
background-color: #431D0D;
}
</style>
border-color css
<style>
span { border-color: #431D0D; }
span { border-color: rgb(67,29,13); }
td.TdClassName
{
border-color: #431D0D;
}
.TagClassName
{
border-color: #431D0D;
}
</style>