Shades of Brown Pod #431E0D
Tints of Brown Pod #431E0D
RGB
CMYK
RGB Variations
Color information
#431E0D (or 0x431E0D) is known color: Brown Pod. HEX triplet: 43, 1E and 0D. RGB value is (67,30,13). Sum of RGB (Red+Green+Blue) = 67+30+13=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #431E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E0D is #BCE1F2. Grayscale: #272727. Windows color (decimal): -12378611 or 859715. OLE color: 859715.
HSL color Cylindrical-coordinate representation of color #431E0D: hue angle of 18.89º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #431E0D is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 30 | 13 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.74 |
| HSL | 18.89º | 0.68% | 0.16% | - |
| HSV(B) | 18.89º | 0.81% | 0.26% | - |
| XYZ | 2.85 | 2.15 | 0.65 | - |
| YUV | 39.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 13 | 0 | 0.55 | 0.81 | 0.74 | 18.89 | 0.68 | 0.16 |
| Hex | 43 | 1E | D | 0 | 37 | 51 | 4A | 13 | 44 | 10 |
| Octal | 103 | 36 | 15 | 0 | 67 | 121 | 112 | 23 | 104 | 20 |
| Binary | 1000011 | 11110 | 1101 | 0 | 110111 | 1010001 | 1001010 | 10011 | 1000100 | 10000 |
Color Harmonies of #431E0D
Complementary color
Monochromatic Colors of #431E0D
Black with #431E0D
Text Example
Text Example
White with #431E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E0D; }
p { color: rgb(67,30,13); }
H1.HeaderClassName
{
color: #431E0D;
}
.AnyTagClassName
{
color: #431E0D;
}
</style>
background-color css
<style>
a { background-color: #431E0D; }
a { background-color: rgb(67,30,13); }
div.DivClassName
{
background-color: #431E0D;
}
.BgClassName
{
background-color: #431E0D;
}
</style>
border-color css
<style>
span { border-color: #431E0D; }
span { border-color: rgb(67,30,13); }
td.TdClassName
{
border-color: #431E0D;
}
.TagClassName
{
border-color: #431E0D;
}
</style>