Shades of Brown Pod #3D150A
Tints of Brown Pod #3D150A
RGB
CMYK
RGB Variations
Color information
#3D150A (or 0x3D150A) is known color: Brown Pod. HEX triplet: 3D, 15 and 0A. RGB value is (61,21,10). Sum of RGB (Red+Green+Blue) = 61+21+10=92 (12% of max value = 765). Red value is 61 (24.22% from 255 or 66.30% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 61 - color contains mainly: red. Hex color #3D150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D150A is #C2EAF5. Grayscale: #1F1F1F. Windows color (decimal): -12774134 or 660797. OLE color: 660797.
HSL color Cylindrical-coordinate representation of color #3D150A: hue angle of 12.94º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D150A is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 10 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.76 |
| HSL | 12.94º | 0.72% | 0.14% | - |
| HSV(B) | 12.94º | 0.84% | 0.24% | - |
| XYZ | 2.25 | 1.55 | 0.47 | - |
| YUV | 31.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 10 | 0 | 0.66 | 0.84 | 0.76 | 12.94 | 0.72 | 0.14 |
| Hex | 3D | 15 | A | 0 | 42 | 54 | 4C | D | 48 | E |
| Octal | 75 | 25 | 12 | 0 | 102 | 124 | 114 | 15 | 110 | 16 |
| Binary | 111101 | 10101 | 1010 | 0 | 1000010 | 1010100 | 1001100 | 1101 | 1001000 | 1110 |
Color Harmonies of #3D150A
Complementary color
Monochromatic Colors of #3D150A
Black with #3D150A
Text Example
Text Example
White with #3D150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D150A; }
p { color: rgb(61,21,10); }
H1.HeaderClassName
{
color: #3D150A;
}
.AnyTagClassName
{
color: #3D150A;
}
</style>
background-color css
<style>
a { background-color: #3D150A; }
a { background-color: rgb(61,21,10); }
div.DivClassName
{
background-color: #3D150A;
}
.BgClassName
{
background-color: #3D150A;
}
</style>
border-color css
<style>
span { border-color: #3D150A; }
span { border-color: rgb(61,21,10); }
td.TdClassName
{
border-color: #3D150A;
}
.TagClassName
{
border-color: #3D150A;
}
</style>