Shades of Brown Pod #431811
Tints of Brown Pod #431811
RGB
CMYK
RGB Variations
Color information
#431811 (or 0x431811) is known color: Brown Pod. HEX triplet: 43, 18 and 11. RGB value is (67,24,17). Sum of RGB (Red+Green+Blue) = 67+24+17=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #431811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431811 is #BCE7EE. Grayscale: #242424. Windows color (decimal): -12380143 or 1120323. OLE color: 1120323.
HSL color Cylindrical-coordinate representation of color #431811: hue angle of 8.4º 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 #431811 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 24 | 17 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.74 |
| HSL | 8.4º | 0.6% | 0.16% | - |
| HSV(B) | 8.4º | 0.75% | 0.26% | - |
| XYZ | 2.74 | 1.89 | 0.75 | - |
| YUV | 36.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 17 | 0 | 0.64 | 0.75 | 0.74 | 8.4 | 0.6 | 0.16 |
| Hex | 43 | 18 | 11 | 0 | 40 | 4B | 4A | 8 | 3C | 10 |
| Octal | 103 | 30 | 21 | 0 | 100 | 113 | 112 | 10 | 74 | 20 |
| Binary | 1000011 | 11000 | 10001 | 0 | 1000000 | 1001011 | 1001010 | 1000 | 111100 | 10000 |
Color Harmonies of #431811
Complementary color
Monochromatic Colors of #431811
Black with #431811
Text Example
Text Example
White with #431811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431811; }
p { color: rgb(67,24,17); }
H1.HeaderClassName
{
color: #431811;
}
.AnyTagClassName
{
color: #431811;
}
</style>
background-color css
<style>
a { background-color: #431811; }
a { background-color: rgb(67,24,17); }
div.DivClassName
{
background-color: #431811;
}
.BgClassName
{
background-color: #431811;
}
</style>
border-color css
<style>
span { border-color: #431811; }
span { border-color: rgb(67,24,17); }
td.TdClassName
{
border-color: #431811;
}
.TagClassName
{
border-color: #431811;
}
</style>