Shades of Brown Pod #3D1A07
Tints of Brown Pod #3D1A07
RGB
CMYK
RGB Variations
Color information
#3D1A07 (or 0x3D1A07) is known color: Brown Pod. HEX triplet: 3D, 1A and 07. RGB value is (61,26,7). Sum of RGB (Red+Green+Blue) = 61+26+7=94 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.89% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1A07 is #C2E5F8. Grayscale: #222222. Windows color (decimal): -12772857 or 465469. OLE color: 465469.
HSL color Cylindrical-coordinate representation of color #3D1A07: hue angle of 21.11º 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 #3D1A07 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 26 | 7 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.76 |
| HSL | 21.11º | 0.79% | 0.13% | - |
| HSV(B) | 21.11º | 0.89% | 0.24% | - |
| XYZ | 2.33 | 1.75 | 0.42 | - |
| YUV | 34.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 7 | 0 | 0.57 | 0.89 | 0.76 | 21.11 | 0.79 | 0.13 |
| Hex | 3D | 1A | 7 | 0 | 39 | 59 | 4C | 15 | 4F | D |
| Octal | 75 | 32 | 7 | 0 | 71 | 131 | 114 | 25 | 117 | 15 |
| Binary | 111101 | 11010 | 111 | 0 | 111001 | 1011001 | 1001100 | 10101 | 1001111 | 1101 |
Color Harmonies of #3D1A07
Complementary color
Monochromatic Colors of #3D1A07
Black with #3D1A07
Text Example
Text Example
White with #3D1A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1A07; }
p { color: rgb(61,26,7); }
H1.HeaderClassName
{
color: #3D1A07;
}
.AnyTagClassName
{
color: #3D1A07;
}
</style>
background-color css
<style>
a { background-color: #3D1A07; }
a { background-color: rgb(61,26,7); }
div.DivClassName
{
background-color: #3D1A07;
}
.BgClassName
{
background-color: #3D1A07;
}
</style>
border-color css
<style>
span { border-color: #3D1A07; }
span { border-color: rgb(61,26,7); }
td.TdClassName
{
border-color: #3D1A07;
}
.TagClassName
{
border-color: #3D1A07;
}
</style>