Shades of Brown Pod #431E0A
Tints of Brown Pod #431E0A
RGB
CMYK
RGB Variations
Color information
#431E0A (or 0x431E0A) is known color: Brown Pod. HEX triplet: 43, 1E and 0A. RGB value is (67,30,10). Sum of RGB (Red+Green+Blue) = 67+30+10=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #431E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E0A is #BCE1F5. Grayscale: #262626. Windows color (decimal): -12378614 or 663107. OLE color: 663107.
HSL color Cylindrical-coordinate representation of color #431E0A: hue angle of 21.05º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431E0A is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 30 | 10 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.74 |
| HSL | 21.05º | 0.74% | 0.15% | - |
| HSV(B) | 21.05º | 0.85% | 0.26% | - |
| XYZ | 2.83 | 2.14 | 0.55 | - |
| YUV | 38.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 10 | 0 | 0.55 | 0.85 | 0.74 | 21.05 | 0.74 | 0.15 |
| Hex | 43 | 1E | A | 0 | 37 | 55 | 4A | 15 | 4A | F |
| Octal | 103 | 36 | 12 | 0 | 67 | 125 | 112 | 25 | 112 | 17 |
| Binary | 1000011 | 11110 | 1010 | 0 | 110111 | 1010101 | 1001010 | 10101 | 1001010 | 1111 |
Color Harmonies of #431E0A
Complementary color
Monochromatic Colors of #431E0A
Black with #431E0A
Text Example
Text Example
White with #431E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E0A; }
p { color: rgb(67,30,10); }
H1.HeaderClassName
{
color: #431E0A;
}
.AnyTagClassName
{
color: #431E0A;
}
</style>
background-color css
<style>
a { background-color: #431E0A; }
a { background-color: rgb(67,30,10); }
div.DivClassName
{
background-color: #431E0A;
}
.BgClassName
{
background-color: #431E0A;
}
</style>
border-color css
<style>
span { border-color: #431E0A; }
span { border-color: rgb(67,30,10); }
td.TdClassName
{
border-color: #431E0A;
}
.TagClassName
{
border-color: #431E0A;
}
</style>