Shades of Brown Pod #431B11
Tints of Brown Pod #431B11
RGB
CMYK
RGB Variations
Color information
#431B11 (or 0x431B11) is known color: Brown Pod. HEX triplet: 43, 1B and 11. RGB value is (67,27,17). Sum of RGB (Red+Green+Blue) = 67+27+17=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #431B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B11 is #BCE4EE. Grayscale: #252525. Windows color (decimal): -12379375 or 1121091. OLE color: 1121091.
HSL color Cylindrical-coordinate representation of color #431B11: hue angle of 12º 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 #431B11 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 17 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.74 |
| HSL | 12º | 0.6% | 0.16% | - |
| HSV(B) | 12º | 0.75% | 0.26% | - |
| XYZ | 2.81 | 2.02 | 0.77 | - |
| YUV | 37.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 17 | 0 | 0.60 | 0.75 | 0.74 | 12 | 0.6 | 0.16 |
| Hex | 43 | 1B | 11 | 0 | 3C | 4B | 4A | C | 3C | 10 |
| Octal | 103 | 33 | 21 | 0 | 74 | 113 | 112 | 14 | 74 | 20 |
| Binary | 1000011 | 11011 | 10001 | 0 | 111100 | 1001011 | 1001010 | 1100 | 111100 | 10000 |
Color Harmonies of #431B11
Complementary color
Monochromatic Colors of #431B11
Black with #431B11
Text Example
Text Example
White with #431B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B11; }
p { color: rgb(67,27,17); }
H1.HeaderClassName
{
color: #431B11;
}
.AnyTagClassName
{
color: #431B11;
}
</style>
background-color css
<style>
a { background-color: #431B11; }
a { background-color: rgb(67,27,17); }
div.DivClassName
{
background-color: #431B11;
}
.BgClassName
{
background-color: #431B11;
}
</style>
border-color css
<style>
span { border-color: #431B11; }
span { border-color: rgb(67,27,17); }
td.TdClassName
{
border-color: #431B11;
}
.TagClassName
{
border-color: #431B11;
}
</style>