Shades of Brown Pod #431D07
Tints of Brown Pod #431D07
RGB
CMYK
RGB Variations
Color information
#431D07 (or 0x431D07) is known color: Brown Pod. HEX triplet: 43, 1D and 07. RGB value is (67,29,7). Sum of RGB (Red+Green+Blue) = 67+29+7=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #431D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D07 is #BCE2F8. Grayscale: #252525. Windows color (decimal): -12378873 or 466243. OLE color: 466243.
HSL color Cylindrical-coordinate representation of color #431D07: hue angle of 22º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #431D07 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 7 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.74 |
| HSL | 22º | 0.81% | 0.15% | - |
| HSV(B) | 22º | 0.9% | 0.26% | - |
| XYZ | 2.79 | 2.09 | 0.46 | - |
| YUV | 37.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 7 | 0 | 0.57 | 0.90 | 0.74 | 22 | 0.81 | 0.15 |
| Hex | 43 | 1D | 7 | 0 | 39 | 5A | 4A | 16 | 51 | F |
| Octal | 103 | 35 | 7 | 0 | 71 | 132 | 112 | 26 | 121 | 17 |
| Binary | 1000011 | 11101 | 111 | 0 | 111001 | 1011010 | 1001010 | 10110 | 1010001 | 1111 |
Color Harmonies of #431D07
Complementary color
Monochromatic Colors of #431D07
Black with #431D07
Text Example
Text Example
White with #431D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D07; }
p { color: rgb(67,29,7); }
H1.HeaderClassName
{
color: #431D07;
}
.AnyTagClassName
{
color: #431D07;
}
</style>
background-color css
<style>
a { background-color: #431D07; }
a { background-color: rgb(67,29,7); }
div.DivClassName
{
background-color: #431D07;
}
.BgClassName
{
background-color: #431D07;
}
</style>
border-color css
<style>
span { border-color: #431D07; }
span { border-color: rgb(67,29,7); }
td.TdClassName
{
border-color: #431D07;
}
.TagClassName
{
border-color: #431D07;
}
</style>