Shades of Brown Pod #3F2A25
Tints of Brown Pod #3F2A25
RGB
CMYK
RGB Variations
Color information
#3F2A25 (or 0x3F2A25) is known color: Brown Pod. HEX triplet: 3F, 2A and 25. RGB value is (63,42,37). Sum of RGB (Red+Green+Blue) = 63+42+37=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A25 is #C0D5DA. Grayscale: #2F2F2F. Windows color (decimal): -12637659 or 2435647. OLE color: 2435647.
HSL color Cylindrical-coordinate representation of color #3F2A25: hue angle of 11.54º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F2A25 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 42 | 37 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.75 |
| HSL | 11.54º | 0.26% | 0.2% | - |
| HSV(B) | 11.54º | 0.41% | 0.25% | - |
| XYZ | 3.21 | 2.85 | 2.13 | - |
| YUV | 47.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 37 | 0 | 0.33 | 0.41 | 0.75 | 11.54 | 0.26 | 0.2 |
| Hex | 3F | 2A | 25 | 0 | 21 | 29 | 4B | C | 1A | 14 |
| Octal | 77 | 52 | 45 | 0 | 41 | 51 | 113 | 14 | 32 | 24 |
| Binary | 111111 | 101010 | 100101 | 0 | 100001 | 101001 | 1001011 | 1100 | 11010 | 10100 |
Color Harmonies of #3F2A25
Complementary color
Monochromatic Colors of #3F2A25
Black with #3F2A25
Text Example
Text Example
White with #3F2A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A25; }
p { color: rgb(63,42,37); }
H1.HeaderClassName
{
color: #3F2A25;
}
.AnyTagClassName
{
color: #3F2A25;
}
</style>
background-color css
<style>
a { background-color: #3F2A25; }
a { background-color: rgb(63,42,37); }
div.DivClassName
{
background-color: #3F2A25;
}
.BgClassName
{
background-color: #3F2A25;
}
</style>
border-color css
<style>
span { border-color: #3F2A25; }
span { border-color: rgb(63,42,37); }
td.TdClassName
{
border-color: #3F2A25;
}
.TagClassName
{
border-color: #3F2A25;
}
</style>