Shades of Brown Pod #431A11
Tints of Brown Pod #431A11
RGB
CMYK
RGB Variations
Color information
#431A11 (or 0x431A11) is known color: Brown Pod. HEX triplet: 43, 1A and 11. RGB value is (67,26,17). Sum of RGB (Red+Green+Blue) = 67+26+17=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #431A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A11 is #BCE5EE. Grayscale: #252525. Windows color (decimal): -12379631 or 1120835. OLE color: 1120835.
HSL color Cylindrical-coordinate representation of color #431A11: hue angle of 10.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431A11 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 17 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.74 |
| HSL | 10.8º | 0.6% | 0.16% | - |
| HSV(B) | 10.8º | 0.75% | 0.26% | - |
| XYZ | 2.79 | 1.97 | 0.76 | - |
| YUV | 37.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 17 | 0 | 0.61 | 0.75 | 0.74 | 10.8 | 0.6 | 0.16 |
| Hex | 43 | 1A | 11 | 0 | 3D | 4B | 4A | B | 3C | 10 |
| Octal | 103 | 32 | 21 | 0 | 75 | 113 | 112 | 13 | 74 | 20 |
| Binary | 1000011 | 11010 | 10001 | 0 | 111101 | 1001011 | 1001010 | 1011 | 111100 | 10000 |
Color Harmonies of #431A11
Complementary color
Monochromatic Colors of #431A11
Black with #431A11
Text Example
Text Example
White with #431A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A11; }
p { color: rgb(67,26,17); }
H1.HeaderClassName
{
color: #431A11;
}
.AnyTagClassName
{
color: #431A11;
}
</style>
background-color css
<style>
a { background-color: #431A11; }
a { background-color: rgb(67,26,17); }
div.DivClassName
{
background-color: #431A11;
}
.BgClassName
{
background-color: #431A11;
}
</style>
border-color css
<style>
span { border-color: #431A11; }
span { border-color: rgb(67,26,17); }
td.TdClassName
{
border-color: #431A11;
}
.TagClassName
{
border-color: #431A11;
}
</style>