Shades of Brown Pod #3D1C10
Tints of Brown Pod #3D1C10
RGB
CMYK
RGB Variations
Color information
#3D1C10 (or 0x3D1C10) is known color: Brown Pod. HEX triplet: 3D, 1C and 10. RGB value is (61,28,16). Sum of RGB (Red+Green+Blue) = 61+28+16=105 (13% of max value = 765). Red value is 61 (24.22% from 255 or 58.10% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1C10 is #C2E3EF. Grayscale: #242424. Windows color (decimal): -12772336 or 1055805. OLE color: 1055805.
HSL color Cylindrical-coordinate representation of color #3D1C10: hue angle of 16º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D1C10 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 28 | 16 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.76 |
| HSL | 16º | 0.58% | 0.15% | - |
| HSV(B) | 16º | 0.74% | 0.24% | - |
| XYZ | 2.43 | 1.86 | 0.72 | - |
| YUV | 36.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 28 | 16 | 0 | 0.54 | 0.74 | 0.76 | 16 | 0.58 | 0.15 |
| Hex | 3D | 1C | 10 | 0 | 36 | 4A | 4C | 10 | 3A | F |
| Octal | 75 | 34 | 20 | 0 | 66 | 112 | 114 | 20 | 72 | 17 |
| Binary | 111101 | 11100 | 10000 | 0 | 110110 | 1001010 | 1001100 | 10000 | 111010 | 1111 |
Color Harmonies of #3D1C10
Complementary color
Monochromatic Colors of #3D1C10
Black with #3D1C10
Text Example
Text Example
White with #3D1C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1C10; }
p { color: rgb(61,28,16); }
H1.HeaderClassName
{
color: #3D1C10;
}
.AnyTagClassName
{
color: #3D1C10;
}
</style>
background-color css
<style>
a { background-color: #3D1C10; }
a { background-color: rgb(61,28,16); }
div.DivClassName
{
background-color: #3D1C10;
}
.BgClassName
{
background-color: #3D1C10;
}
</style>
border-color css
<style>
span { border-color: #3D1C10; }
span { border-color: rgb(61,28,16); }
td.TdClassName
{
border-color: #3D1C10;
}
.TagClassName
{
border-color: #3D1C10;
}
</style>