Shades of Brown Pod #3F241E
Tints of Brown Pod #3F241E
RGB
CMYK
RGB Variations
Color information
#3F241E (or 0x3F241E) is known color: Brown Pod. HEX triplet: 3F, 24 and 1E. RGB value is (63,36,30). Sum of RGB (Red+Green+Blue) = 63+36+30=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F241E is #C0DBE1. Grayscale: #2B2B2B. Windows color (decimal): -12639202 or 1975359. OLE color: 1975359.
HSL color Cylindrical-coordinate representation of color #3F241E: hue angle of 10.91º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F241E is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 36 | 30 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.75 |
| HSL | 10.91º | 0.35% | 0.18% | - |
| HSV(B) | 10.91º | 0.52% | 0.25% | - |
| XYZ | 2.92 | 2.41 | 1.54 | - |
| YUV | 43.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 30 | 0 | 0.43 | 0.52 | 0.75 | 10.91 | 0.35 | 0.18 |
| Hex | 3F | 24 | 1E | 0 | 2B | 34 | 4B | B | 23 | 12 |
| Octal | 77 | 44 | 36 | 0 | 53 | 64 | 113 | 13 | 43 | 22 |
| Binary | 111111 | 100100 | 11110 | 0 | 101011 | 110100 | 1001011 | 1011 | 100011 | 10010 |
Color Harmonies of #3F241E
Complementary color
Monochromatic Colors of #3F241E
Black with #3F241E
Text Example
Text Example
White with #3F241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F241E; }
p { color: rgb(63,36,30); }
H1.HeaderClassName
{
color: #3F241E;
}
.AnyTagClassName
{
color: #3F241E;
}
</style>
background-color css
<style>
a { background-color: #3F241E; }
a { background-color: rgb(63,36,30); }
div.DivClassName
{
background-color: #3F241E;
}
.BgClassName
{
background-color: #3F241E;
}
</style>
border-color css
<style>
span { border-color: #3F241E; }
span { border-color: rgb(63,36,30); }
td.TdClassName
{
border-color: #3F241E;
}
.TagClassName
{
border-color: #3F241E;
}
</style>