Shades of Brown Pod #3D1C15
Tints of Brown Pod #3D1C15
RGB
CMYK
RGB Variations
Color information
#3D1C15 (or 0x3D1C15) is known color: Brown Pod. HEX triplet: 3D, 1C and 15. RGB value is (61,28,21). Sum of RGB (Red+Green+Blue) = 61+28+21=110 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.45% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1C15 is #C2E3EA. Grayscale: #252525. Windows color (decimal): -12772331 or 1383485. OLE color: 1383485.
HSL color Cylindrical-coordinate representation of color #3D1C15: hue angle of 10.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D1C15 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 28 | 21 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.76 |
| HSL | 10.5º | 0.49% | 0.16% | - |
| HSV(B) | 10.5º | 0.66% | 0.24% | - |
| XYZ | 2.48 | 1.88 | 0.94 | - |
| YUV | 37.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 28 | 21 | 0 | 0.54 | 0.66 | 0.76 | 10.5 | 0.49 | 0.16 |
| Hex | 3D | 1C | 15 | 0 | 36 | 42 | 4C | A | 31 | 10 |
| Octal | 75 | 34 | 25 | 0 | 66 | 102 | 114 | 12 | 61 | 20 |
| Binary | 111101 | 11100 | 10101 | 0 | 110110 | 1000010 | 1001100 | 1010 | 110001 | 10000 |
Color Harmonies of #3D1C15
Complementary color
Monochromatic Colors of #3D1C15
Black with #3D1C15
Text Example
Text Example
White with #3D1C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1C15; }
p { color: rgb(61,28,21); }
H1.HeaderClassName
{
color: #3D1C15;
}
.AnyTagClassName
{
color: #3D1C15;
}
</style>
background-color css
<style>
a { background-color: #3D1C15; }
a { background-color: rgb(61,28,21); }
div.DivClassName
{
background-color: #3D1C15;
}
.BgClassName
{
background-color: #3D1C15;
}
</style>
border-color css
<style>
span { border-color: #3D1C15; }
span { border-color: rgb(61,28,21); }
td.TdClassName
{
border-color: #3D1C15;
}
.TagClassName
{
border-color: #3D1C15;
}
</style>