Shades of Brown Pod #3F2312
Tints of Brown Pod #3F2312
RGB
CMYK
RGB Variations
Color information
#3F2312 (or 0x3F2312) is known color: Brown Pod. HEX triplet: 3F, 23 and 12. RGB value is (63,35,18). Sum of RGB (Red+Green+Blue) = 63+35+18=116 (15% of max value = 765). Red value is 63 (25% from 255 or 54.31% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2312 is #C0DCED. Grayscale: #292929. Windows color (decimal): -12639470 or 1188671. OLE color: 1188671.
HSL color Cylindrical-coordinate representation of color #3F2312: hue angle of 22.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F2312 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 35 | 18 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.75 |
| HSL | 22.67º | 0.56% | 0.16% | - |
| HSV(B) | 22.67º | 0.71% | 0.25% | - |
| XYZ | 2.76 | 2.3 | 0.87 | - |
| YUV | 41.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 18 | 0 | 0.44 | 0.71 | 0.75 | 22.67 | 0.56 | 0.16 |
| Hex | 3F | 23 | 12 | 0 | 2C | 47 | 4B | 17 | 38 | 10 |
| Octal | 77 | 43 | 22 | 0 | 54 | 107 | 113 | 27 | 70 | 20 |
| Binary | 111111 | 100011 | 10010 | 0 | 101100 | 1000111 | 1001011 | 10111 | 111000 | 10000 |
Color Harmonies of #3F2312
Complementary color
Monochromatic Colors of #3F2312
Black with #3F2312
Text Example
Text Example
White with #3F2312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2312; }
p { color: rgb(63,35,18); }
H1.HeaderClassName
{
color: #3F2312;
}
.AnyTagClassName
{
color: #3F2312;
}
</style>
background-color css
<style>
a { background-color: #3F2312; }
a { background-color: rgb(63,35,18); }
div.DivClassName
{
background-color: #3F2312;
}
.BgClassName
{
background-color: #3F2312;
}
</style>
border-color css
<style>
span { border-color: #3F2312; }
span { border-color: rgb(63,35,18); }
td.TdClassName
{
border-color: #3F2312;
}
.TagClassName
{
border-color: #3F2312;
}
</style>