Shades of Brown Pod #3D1507
Tints of Brown Pod #3D1507
RGB
CMYK
RGB Variations
Color information
#3D1507 (or 0x3D1507) is known color: Brown Pod. HEX triplet: 3D, 15 and 07. RGB value is (61,21,7). Sum of RGB (Red+Green+Blue) = 61+21+7=89 (11% of max value = 765). Red value is 61 (24.22% from 255 or 68.54% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 7 (3.12% from 255 or 7.87% from 89); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1507 is #C2EAF8. Grayscale: #1F1F1F. Windows color (decimal): -12774137 or 464189. OLE color: 464189.
HSL color Cylindrical-coordinate representation of color #3D1507: hue angle of 15.56º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D1507 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 21 | 7 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.76 |
| HSL | 15.56º | 0.79% | 0.13% | - |
| HSV(B) | 15.56º | 0.89% | 0.24% | - |
| XYZ | 2.23 | 1.54 | 0.38 | - |
| YUV | 31.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 21 | 7 | 0 | 0.66 | 0.89 | 0.76 | 15.56 | 0.79 | 0.13 |
| Hex | 3D | 15 | 7 | 0 | 42 | 59 | 4C | 10 | 4F | D |
| Octal | 75 | 25 | 7 | 0 | 102 | 131 | 114 | 20 | 117 | 15 |
| Binary | 111101 | 10101 | 111 | 0 | 1000010 | 1011001 | 1001100 | 10000 | 1001111 | 1101 |
Color Harmonies of #3D1507
Complementary color
Monochromatic Colors of #3D1507
Black with #3D1507
Text Example
Text Example
White with #3D1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1507; }
p { color: rgb(61,21,7); }
H1.HeaderClassName
{
color: #3D1507;
}
.AnyTagClassName
{
color: #3D1507;
}
</style>
background-color css
<style>
a { background-color: #3D1507; }
a { background-color: rgb(61,21,7); }
div.DivClassName
{
background-color: #3D1507;
}
.BgClassName
{
background-color: #3D1507;
}
</style>
border-color css
<style>
span { border-color: #3D1507; }
span { border-color: rgb(61,21,7); }
td.TdClassName
{
border-color: #3D1507;
}
.TagClassName
{
border-color: #3D1507;
}
</style>