Shades of Brown Pod #431B0B
Tints of Brown Pod #431B0B
RGB
CMYK
RGB Variations
Color information
#431B0B (or 0x431B0B) is known color: Brown Pod. HEX triplet: 43, 1B and 0B. RGB value is (67,27,11). Sum of RGB (Red+Green+Blue) = 67+27+11=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #431B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B0B is #BCE4F4. Grayscale: #252525. Windows color (decimal): -12379381 or 727875. OLE color: 727875.
HSL color Cylindrical-coordinate representation of color #431B0B: hue angle of 17.14º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431B0B is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 11 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.74 |
| HSL | 17.14º | 0.72% | 0.15% | - |
| HSV(B) | 17.14º | 0.84% | 0.26% | - |
| XYZ | 2.77 | 2 | 0.56 | - |
| YUV | 37.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 11 | 0 | 0.60 | 0.84 | 0.74 | 17.14 | 0.72 | 0.15 |
| Hex | 43 | 1B | B | 0 | 3C | 54 | 4A | 11 | 48 | F |
| Octal | 103 | 33 | 13 | 0 | 74 | 124 | 112 | 21 | 110 | 17 |
| Binary | 1000011 | 11011 | 1011 | 0 | 111100 | 1010100 | 1001010 | 10001 | 1001000 | 1111 |
Color Harmonies of #431B0B
Complementary color
Monochromatic Colors of #431B0B
Black with #431B0B
Text Example
Text Example
White with #431B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B0B; }
p { color: rgb(67,27,11); }
H1.HeaderClassName
{
color: #431B0B;
}
.AnyTagClassName
{
color: #431B0B;
}
</style>
background-color css
<style>
a { background-color: #431B0B; }
a { background-color: rgb(67,27,11); }
div.DivClassName
{
background-color: #431B0B;
}
.BgClassName
{
background-color: #431B0B;
}
</style>
border-color css
<style>
span { border-color: #431B0B; }
span { border-color: rgb(67,27,11); }
td.TdClassName
{
border-color: #431B0B;
}
.TagClassName
{
border-color: #431B0B;
}
</style>