Shades of Brown Pod #431E00
Tints of Brown Pod #431E00
RGB
CMYK
RGB Variations
Color information
#431E00 (or 0x431E00) is known color: Brown Pod. HEX triplet: 43, 1E and 00. RGB value is (67,30,0). Sum of RGB (Red+Green+Blue) = 67+30+0=97 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.07% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 67 - color contains mainly: red. Hex color #431E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E00 is #BCE1FF. Grayscale: #252525. Windows color (decimal): -12378624 or 7747. OLE color: 7747.
HSL color Cylindrical-coordinate representation of color #431E00: hue angle of 26.87º 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 #431E00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 30 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.74 |
| HSL | 26.87º | 1% | 0.13% | - |
| HSV(B) | 26.87º | 1% | 0.26% | - |
| XYZ | 2.78 | 2.12 | 0.26 | - |
| YUV | 37.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 0 | 0 | 0.55 | 1 | 0.74 | 26.87 | 1 | 0.13 |
| Hex | 43 | 1E | 0 | 0 | 37 | 64 | 4A | 1B | 64 | D |
| Octal | 103 | 36 | 0 | 0 | 67 | 144 | 112 | 33 | 144 | 15 |
| Binary | 1000011 | 11110 | 0 | 0 | 110111 | 1100100 | 1001010 | 11011 | 1100100 | 1101 |
Color Harmonies of #431E00
Complementary color
Monochromatic Colors of #431E00
Black with #431E00
Text Example
Text Example
White with #431E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E00; }
p { color: rgb(67,30,0); }
H1.HeaderClassName
{
color: #431E00;
}
.AnyTagClassName
{
color: #431E00;
}
</style>
background-color css
<style>
a { background-color: #431E00; }
a { background-color: rgb(67,30,0); }
div.DivClassName
{
background-color: #431E00;
}
.BgClassName
{
background-color: #431E00;
}
</style>
border-color css
<style>
span { border-color: #431E00; }
span { border-color: rgb(67,30,0); }
td.TdClassName
{
border-color: #431E00;
}
.TagClassName
{
border-color: #431E00;
}
</style>