Shades of Brown Pod #3D1F08
Tints of Brown Pod #3D1F08
RGB
CMYK
RGB Variations
Color information
#3D1F08 (or 0x3D1F08) is known color: Brown Pod. HEX triplet: 3D, 1F and 08. RGB value is (61,31,8). Sum of RGB (Red+Green+Blue) = 61+31+8=100 (13% of max value = 765). Red value is 61 (24.22% from 255 or 61% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1F08 is #C2E0F7. Grayscale: #252525. Windows color (decimal): -12771576 or 532285. OLE color: 532285.
HSL color Cylindrical-coordinate representation of color #3D1F08: hue angle of 26.04º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D1F08 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 31 | 8 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.76 |
| HSL | 26.04º | 0.77% | 0.14% | - |
| HSV(B) | 26.04º | 0.87% | 0.24% | - |
| XYZ | 2.46 | 1.99 | 0.48 | - |
| YUV | 37.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 8 | 0 | 0.49 | 0.87 | 0.76 | 26.04 | 0.77 | 0.14 |
| Hex | 3D | 1F | 8 | 0 | 31 | 57 | 4C | 1A | 4D | E |
| Octal | 75 | 37 | 10 | 0 | 61 | 127 | 114 | 32 | 115 | 16 |
| Binary | 111101 | 11111 | 1000 | 0 | 110001 | 1010111 | 1001100 | 11010 | 1001101 | 1110 |
Color Harmonies of #3D1F08
Complementary color
Monochromatic Colors of #3D1F08
Black with #3D1F08
Text Example
Text Example
White with #3D1F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1F08; }
p { color: rgb(61,31,8); }
H1.HeaderClassName
{
color: #3D1F08;
}
.AnyTagClassName
{
color: #3D1F08;
}
</style>
background-color css
<style>
a { background-color: #3D1F08; }
a { background-color: rgb(61,31,8); }
div.DivClassName
{
background-color: #3D1F08;
}
.BgClassName
{
background-color: #3D1F08;
}
</style>
border-color css
<style>
span { border-color: #3D1F08; }
span { border-color: rgb(61,31,8); }
td.TdClassName
{
border-color: #3D1F08;
}
.TagClassName
{
border-color: #3D1F08;
}
</style>