Shades of Brown Pod #431E16
Tints of Brown Pod #431E16
RGB
CMYK
RGB Variations
Color information
#431E16 (or 0x431E16) is known color: Brown Pod. HEX triplet: 43, 1E and 16. RGB value is (67,30,22). Sum of RGB (Red+Green+Blue) = 67+30+22=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #431E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E16 is #BCE1E9. Grayscale: #282828. Windows color (decimal): -12378602 or 1449539. OLE color: 1449539.
HSL color Cylindrical-coordinate representation of color #431E16: hue angle of 10.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #431E16 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 30 | 22 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.74 |
| HSL | 10.67º | 0.51% | 0.17% | - |
| HSV(B) | 10.67º | 0.67% | 0.26% | - |
| XYZ | 2.92 | 2.18 | 1.03 | - |
| YUV | 40.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 22 | 0 | 0.55 | 0.67 | 0.74 | 10.67 | 0.51 | 0.17 |
| Hex | 43 | 1E | 16 | 0 | 37 | 43 | 4A | B | 33 | 11 |
| Octal | 103 | 36 | 26 | 0 | 67 | 103 | 112 | 13 | 63 | 21 |
| Binary | 1000011 | 11110 | 10110 | 0 | 110111 | 1000011 | 1001010 | 1011 | 110011 | 10001 |
Color Harmonies of #431E16
Complementary color
Monochromatic Colors of #431E16
Black with #431E16
Text Example
Text Example
White with #431E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E16; }
p { color: rgb(67,30,22); }
H1.HeaderClassName
{
color: #431E16;
}
.AnyTagClassName
{
color: #431E16;
}
</style>
background-color css
<style>
a { background-color: #431E16; }
a { background-color: rgb(67,30,22); }
div.DivClassName
{
background-color: #431E16;
}
.BgClassName
{
background-color: #431E16;
}
</style>
border-color css
<style>
span { border-color: #431E16; }
span { border-color: rgb(67,30,22); }
td.TdClassName
{
border-color: #431E16;
}
.TagClassName
{
border-color: #431E16;
}
</style>