Shades of Brown Pod #431D00
Tints of Brown Pod #431D00
RGB
CMYK
RGB Variations
Color information
#431D00 (or 0x431D00) is known color: Brown Pod. HEX triplet: 43, 1D and 00. RGB value is (67,29,0). Sum of RGB (Red+Green+Blue) = 67+29+0=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #431D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D00 is #BCE2FF. Grayscale: #252525. Windows color (decimal): -12378880 or 7491. OLE color: 7491.
HSL color Cylindrical-coordinate representation of color #431D00: hue angle of 25.97º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #431D00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.74 |
| HSL | 25.97º | 1% | 0.13% | - |
| HSV(B) | 25.97º | 1% | 0.26% | - |
| XYZ | 2.75 | 2.07 | 0.25 | - |
| YUV | 37.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 0 | 0 | 0.57 | 1 | 0.74 | 25.97 | 1 | 0.13 |
| Hex | 43 | 1D | 0 | 0 | 39 | 64 | 4A | 1A | 64 | D |
| Octal | 103 | 35 | 0 | 0 | 71 | 144 | 112 | 32 | 144 | 15 |
| Binary | 1000011 | 11101 | 0 | 0 | 111001 | 1100100 | 1001010 | 11010 | 1100100 | 1101 |
Color Harmonies of #431D00
Complementary color
Monochromatic Colors of #431D00
Black with #431D00
Text Example
Text Example
White with #431D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D00; }
p { color: rgb(67,29,0); }
H1.HeaderClassName
{
color: #431D00;
}
.AnyTagClassName
{
color: #431D00;
}
</style>
background-color css
<style>
a { background-color: #431D00; }
a { background-color: rgb(67,29,0); }
div.DivClassName
{
background-color: #431D00;
}
.BgClassName
{
background-color: #431D00;
}
</style>
border-color css
<style>
span { border-color: #431D00; }
span { border-color: rgb(67,29,0); }
td.TdClassName
{
border-color: #431D00;
}
.TagClassName
{
border-color: #431D00;
}
</style>