Shades of Brown Pod #431B14
Tints of Brown Pod #431B14
RGB
CMYK
RGB Variations
Color information
#431B14 (or 0x431B14) is known color: Brown Pod. HEX triplet: 43, 1B and 14. RGB value is (67,27,20). Sum of RGB (Red+Green+Blue) = 67+27+20=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #431B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431B14 is #BCE4EB. Grayscale: #262626. Windows color (decimal): -12379372 or 1317699. OLE color: 1317699.
HSL color Cylindrical-coordinate representation of color #431B14: hue angle of 8.94º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431B14 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 20 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.74 |
| HSL | 8.94º | 0.54% | 0.17% | - |
| HSV(B) | 8.94º | 0.7% | 0.26% | - |
| XYZ | 2.83 | 2.03 | 0.9 | - |
| YUV | 38.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 20 | 0 | 0.60 | 0.70 | 0.74 | 8.94 | 0.54 | 0.17 |
| Hex | 43 | 1B | 14 | 0 | 3C | 46 | 4A | 9 | 36 | 11 |
| Octal | 103 | 33 | 24 | 0 | 74 | 106 | 112 | 11 | 66 | 21 |
| Binary | 1000011 | 11011 | 10100 | 0 | 111100 | 1000110 | 1001010 | 1001 | 110110 | 10001 |
Color Harmonies of #431B14
Complementary color
Monochromatic Colors of #431B14
Black with #431B14
Text Example
Text Example
White with #431B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B14; }
p { color: rgb(67,27,20); }
H1.HeaderClassName
{
color: #431B14;
}
.AnyTagClassName
{
color: #431B14;
}
</style>
background-color css
<style>
a { background-color: #431B14; }
a { background-color: rgb(67,27,20); }
div.DivClassName
{
background-color: #431B14;
}
.BgClassName
{
background-color: #431B14;
}
</style>
border-color css
<style>
span { border-color: #431B14; }
span { border-color: rgb(67,27,20); }
td.TdClassName
{
border-color: #431B14;
}
.TagClassName
{
border-color: #431B14;
}
</style>