Shades of Brown Pod #3F231A
Tints of Brown Pod #3F231A
RGB
CMYK
RGB Variations
Color information
#3F231A (or 0x3F231A) is known color: Brown Pod. HEX triplet: 3F, 23 and 1A. RGB value is (63,35,26). Sum of RGB (Red+Green+Blue) = 63+35+26=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F231A is #C0DCE5. Grayscale: #2A2A2A. Windows color (decimal): -12639462 or 1712959. OLE color: 1712959.
HSL color Cylindrical-coordinate representation of color #3F231A: hue angle of 14.59º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F231A is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 35 | 26 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.75 |
| HSL | 14.59º | 0.42% | 0.17% | - |
| HSV(B) | 14.59º | 0.59% | 0.25% | - |
| XYZ | 2.84 | 2.33 | 1.28 | - |
| YUV | 42.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 26 | 0 | 0.44 | 0.59 | 0.75 | 14.59 | 0.42 | 0.17 |
| Hex | 3F | 23 | 1A | 0 | 2C | 3B | 4B | F | 2A | 11 |
| Octal | 77 | 43 | 32 | 0 | 54 | 73 | 113 | 17 | 52 | 21 |
| Binary | 111111 | 100011 | 11010 | 0 | 101100 | 111011 | 1001011 | 1111 | 101010 | 10001 |
Color Harmonies of #3F231A
Complementary color
Monochromatic Colors of #3F231A
Black with #3F231A
Text Example
Text Example
White with #3F231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F231A; }
p { color: rgb(63,35,26); }
H1.HeaderClassName
{
color: #3F231A;
}
.AnyTagClassName
{
color: #3F231A;
}
</style>
background-color css
<style>
a { background-color: #3F231A; }
a { background-color: rgb(63,35,26); }
div.DivClassName
{
background-color: #3F231A;
}
.BgClassName
{
background-color: #3F231A;
}
</style>
border-color css
<style>
span { border-color: #3F231A; }
span { border-color: rgb(63,35,26); }
td.TdClassName
{
border-color: #3F231A;
}
.TagClassName
{
border-color: #3F231A;
}
</style>