Shades of Brown Pod #431E19
Tints of Brown Pod #431E19
RGB
CMYK
RGB Variations
Color information
#431E19 (or 0x431E19) is known color: Brown Pod. HEX triplet: 43, 1E and 19. RGB value is (67,30,25). Sum of RGB (Red+Green+Blue) = 67+30+25=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #431E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E19 is #BCE1E6. Grayscale: #282828. Windows color (decimal): -12378599 or 1646147. OLE color: 1646147.
HSL color Cylindrical-coordinate representation of color #431E19: hue angle of 7.14º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #431E19 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 30 | 25 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.74 |
| HSL | 7.14º | 0.46% | 0.18% | - |
| HSV(B) | 7.14º | 0.63% | 0.26% | - |
| XYZ | 2.95 | 2.19 | 1.19 | - |
| YUV | 40.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 25 | 0 | 0.55 | 0.63 | 0.74 | 7.14 | 0.46 | 0.18 |
| Hex | 43 | 1E | 19 | 0 | 37 | 3F | 4A | 7 | 2E | 12 |
| Octal | 103 | 36 | 31 | 0 | 67 | 77 | 112 | 7 | 56 | 22 |
| Binary | 1000011 | 11110 | 11001 | 0 | 110111 | 111111 | 1001010 | 111 | 101110 | 10010 |
Color Harmonies of #431E19
Complementary color
Monochromatic Colors of #431E19
Black with #431E19
Text Example
Text Example
White with #431E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E19; }
p { color: rgb(67,30,25); }
H1.HeaderClassName
{
color: #431E19;
}
.AnyTagClassName
{
color: #431E19;
}
</style>
background-color css
<style>
a { background-color: #431E19; }
a { background-color: rgb(67,30,25); }
div.DivClassName
{
background-color: #431E19;
}
.BgClassName
{
background-color: #431E19;
}
</style>
border-color css
<style>
span { border-color: #431E19; }
span { border-color: rgb(67,30,25); }
td.TdClassName
{
border-color: #431E19;
}
.TagClassName
{
border-color: #431E19;
}
</style>