Shades of Brown Pod #3D281E
Tints of Brown Pod #3D281E
RGB
CMYK
RGB Variations
Color information
#3D281E (or 0x3D281E) is known color: Brown Pod. HEX triplet: 3D, 28 and 1E. RGB value is (61,40,30). Sum of RGB (Red+Green+Blue) = 61+40+30=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 61 - color contains mainly: red. Hex color #3D281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D281E is #C2D7E1. Grayscale: #2D2D2D. Windows color (decimal): -12769250 or 1976381. OLE color: 1976381.
HSL color Cylindrical-coordinate representation of color #3D281E: hue angle of 19.35º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D281E is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 40 | 30 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.76 |
| HSL | 19.35º | 0.34% | 0.18% | - |
| HSV(B) | 19.35º | 0.51% | 0.24% | - |
| XYZ | 2.92 | 2.6 | 1.58 | - |
| YUV | 45.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 30 | 0 | 0.34 | 0.51 | 0.76 | 19.35 | 0.34 | 0.18 |
| Hex | 3D | 28 | 1E | 0 | 22 | 33 | 4C | 13 | 22 | 12 |
| Octal | 75 | 50 | 36 | 0 | 42 | 63 | 114 | 23 | 42 | 22 |
| Binary | 111101 | 101000 | 11110 | 0 | 100010 | 110011 | 1001100 | 10011 | 100010 | 10010 |
Color Harmonies of #3D281E
Complementary color
Monochromatic Colors of #3D281E
Black with #3D281E
Text Example
Text Example
White with #3D281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D281E; }
p { color: rgb(61,40,30); }
H1.HeaderClassName
{
color: #3D281E;
}
.AnyTagClassName
{
color: #3D281E;
}
</style>
background-color css
<style>
a { background-color: #3D281E; }
a { background-color: rgb(61,40,30); }
div.DivClassName
{
background-color: #3D281E;
}
.BgClassName
{
background-color: #3D281E;
}
</style>
border-color css
<style>
span { border-color: #3D281E; }
span { border-color: rgb(61,40,30); }
td.TdClassName
{
border-color: #3D281E;
}
.TagClassName
{
border-color: #3D281E;
}
</style>