Shades of Brown Pod #3F180C
Tints of Brown Pod #3F180C
RGB
CMYK
RGB Variations
Color information
#3F180C (or 0x3F180C) is known color: Brown Pod. HEX triplet: 3F, 18 and 0C. RGB value is (63,24,12). Sum of RGB (Red+Green+Blue) = 63+24+12=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F180C is #C0E7F3. Grayscale: #222222. Windows color (decimal): -12642292 or 792639. OLE color: 792639.
HSL color Cylindrical-coordinate representation of color #3F180C: hue angle of 14.12º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F180C is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 24 | 12 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.75 |
| HSL | 14.12º | 0.68% | 0.15% | - |
| HSV(B) | 14.12º | 0.81% | 0.25% | - |
| XYZ | 2.44 | 1.74 | 0.55 | - |
| YUV | 34.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 12 | 0 | 0.62 | 0.81 | 0.75 | 14.12 | 0.68 | 0.15 |
| Hex | 3F | 18 | C | 0 | 3E | 51 | 4B | E | 44 | F |
| Octal | 77 | 30 | 14 | 0 | 76 | 121 | 113 | 16 | 104 | 17 |
| Binary | 111111 | 11000 | 1100 | 0 | 111110 | 1010001 | 1001011 | 1110 | 1000100 | 1111 |
Color Harmonies of #3F180C
Complementary color
Monochromatic Colors of #3F180C
Black with #3F180C
Text Example
Text Example
White with #3F180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F180C; }
p { color: rgb(63,24,12); }
H1.HeaderClassName
{
color: #3F180C;
}
.AnyTagClassName
{
color: #3F180C;
}
</style>
background-color css
<style>
a { background-color: #3F180C; }
a { background-color: rgb(63,24,12); }
div.DivClassName
{
background-color: #3F180C;
}
.BgClassName
{
background-color: #3F180C;
}
</style>
border-color css
<style>
span { border-color: #3F180C; }
span { border-color: rgb(63,24,12); }
td.TdClassName
{
border-color: #3F180C;
}
.TagClassName
{
border-color: #3F180C;
}
</style>