Shades of Brown Pod #3D1608
Tints of Brown Pod #3D1608
RGB
CMYK
RGB Variations
Color information
#3D1608 (or 0x3D1608) is known color: Brown Pod. HEX triplet: 3D, 16 and 08. RGB value is (61,22,8). Sum of RGB (Red+Green+Blue) = 61+22+8=91 (12% of max value = 765). Red value is 61 (24.22% from 255 or 67.03% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1608 is #C2E9F7. Grayscale: #202020. Windows color (decimal): -12773880 or 529981. OLE color: 529981.
HSL color Cylindrical-coordinate representation of color #3D1608: hue angle of 15.85º 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 #3D1608 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 22 | 8 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.76 |
| HSL | 15.85º | 0.77% | 0.14% | - |
| HSV(B) | 15.85º | 0.87% | 0.24% | - |
| XYZ | 2.26 | 1.58 | 0.42 | - |
| YUV | 32.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 22 | 8 | 0 | 0.64 | 0.87 | 0.76 | 15.85 | 0.77 | 0.14 |
| Hex | 3D | 16 | 8 | 0 | 40 | 57 | 4C | 10 | 4D | E |
| Octal | 75 | 26 | 10 | 0 | 100 | 127 | 114 | 20 | 115 | 16 |
| Binary | 111101 | 10110 | 1000 | 0 | 1000000 | 1010111 | 1001100 | 10000 | 1001101 | 1110 |
Color Harmonies of #3D1608
Complementary color
Monochromatic Colors of #3D1608
Black with #3D1608
Text Example
Text Example
White with #3D1608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1608; }
p { color: rgb(61,22,8); }
H1.HeaderClassName
{
color: #3D1608;
}
.AnyTagClassName
{
color: #3D1608;
}
</style>
background-color css
<style>
a { background-color: #3D1608; }
a { background-color: rgb(61,22,8); }
div.DivClassName
{
background-color: #3D1608;
}
.BgClassName
{
background-color: #3D1608;
}
</style>
border-color css
<style>
span { border-color: #3D1608; }
span { border-color: rgb(61,22,8); }
td.TdClassName
{
border-color: #3D1608;
}
.TagClassName
{
border-color: #3D1608;
}
</style>