Shades of Brown Pod #3D1C11
Tints of Brown Pod #3D1C11
RGB
CMYK
RGB Variations
Color information
#3D1C11 (or 0x3D1C11) is known color: Brown Pod. HEX triplet: 3D, 1C and 11. RGB value is (61,28,17). Sum of RGB (Red+Green+Blue) = 61+28+17=106 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.55% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1C11 is #C2E3EE. Grayscale: #242424. Windows color (decimal): -12772335 or 1121341. OLE color: 1121341.
HSL color Cylindrical-coordinate representation of color #3D1C11: hue angle of 15º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D1C11 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 28 | 17 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.76 |
| HSL | 15º | 0.56% | 0.15% | - |
| HSV(B) | 15º | 0.72% | 0.24% | - |
| XYZ | 2.44 | 1.86 | 0.76 | - |
| YUV | 36.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 28 | 17 | 0 | 0.54 | 0.72 | 0.76 | 15 | 0.56 | 0.15 |
| Hex | 3D | 1C | 11 | 0 | 36 | 48 | 4C | F | 38 | F |
| Octal | 75 | 34 | 21 | 0 | 66 | 110 | 114 | 17 | 70 | 17 |
| Binary | 111101 | 11100 | 10001 | 0 | 110110 | 1001000 | 1001100 | 1111 | 111000 | 1111 |
Color Harmonies of #3D1C11
Complementary color
Monochromatic Colors of #3D1C11
Black with #3D1C11
Text Example
Text Example
White with #3D1C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1C11; }
p { color: rgb(61,28,17); }
H1.HeaderClassName
{
color: #3D1C11;
}
.AnyTagClassName
{
color: #3D1C11;
}
</style>
background-color css
<style>
a { background-color: #3D1C11; }
a { background-color: rgb(61,28,17); }
div.DivClassName
{
background-color: #3D1C11;
}
.BgClassName
{
background-color: #3D1C11;
}
</style>
border-color css
<style>
span { border-color: #3D1C11; }
span { border-color: rgb(61,28,17); }
td.TdClassName
{
border-color: #3D1C11;
}
.TagClassName
{
border-color: #3D1C11;
}
</style>