Shades of Brown Pod #431E18
Tints of Brown Pod #431E18
RGB
CMYK
RGB Variations
Color information
#431E18 (or 0x431E18) is known color: Brown Pod. HEX triplet: 43, 1E and 18. RGB value is (67,30,24). Sum of RGB (Red+Green+Blue) = 67+30+24=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #431E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E18 is #BCE1E7. Grayscale: #282828. Windows color (decimal): -12378600 or 1580611. OLE color: 1580611.
HSL color Cylindrical-coordinate representation of color #431E18: hue angle of 8.37º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #431E18 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 30 | 24 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.74 |
| HSL | 8.37º | 0.47% | 0.18% | - |
| HSV(B) | 8.37º | 0.64% | 0.26% | - |
| XYZ | 2.94 | 2.19 | 1.13 | - |
| YUV | 40.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 24 | 0 | 0.55 | 0.64 | 0.74 | 8.37 | 0.47 | 0.18 |
| Hex | 43 | 1E | 18 | 0 | 37 | 40 | 4A | 8 | 2F | 12 |
| Octal | 103 | 36 | 30 | 0 | 67 | 100 | 112 | 10 | 57 | 22 |
| Binary | 1000011 | 11110 | 11000 | 0 | 110111 | 1000000 | 1001010 | 1000 | 101111 | 10010 |
Color Harmonies of #431E18
Complementary color
Monochromatic Colors of #431E18
Black with #431E18
Text Example
Text Example
White with #431E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E18; }
p { color: rgb(67,30,24); }
H1.HeaderClassName
{
color: #431E18;
}
.AnyTagClassName
{
color: #431E18;
}
</style>
background-color css
<style>
a { background-color: #431E18; }
a { background-color: rgb(67,30,24); }
div.DivClassName
{
background-color: #431E18;
}
.BgClassName
{
background-color: #431E18;
}
</style>
border-color css
<style>
span { border-color: #431E18; }
span { border-color: rgb(67,30,24); }
td.TdClassName
{
border-color: #431E18;
}
.TagClassName
{
border-color: #431E18;
}
</style>