Shades of Brown Pod #3D261E
Tints of Brown Pod #3D261E
RGB
CMYK
RGB Variations
Color information
#3D261E (or 0x3D261E) is known color: Brown Pod. HEX triplet: 3D, 26 and 1E. RGB value is (61,38,30). Sum of RGB (Red+Green+Blue) = 61+38+30=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D261E is #C2D9E1. Grayscale: #2C2C2C. Windows color (decimal): -12769762 or 1975869. OLE color: 1975869.
HSL color Cylindrical-coordinate representation of color #3D261E: hue angle of 15.48º 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 #3D261E is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 30 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.76 |
| HSL | 15.48º | 0.34% | 0.18% | - |
| HSV(B) | 15.48º | 0.51% | 0.24% | - |
| XYZ | 2.85 | 2.47 | 1.56 | - |
| YUV | 43.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 30 | 0 | 0.38 | 0.51 | 0.76 | 15.48 | 0.34 | 0.18 |
| Hex | 3D | 26 | 1E | 0 | 26 | 33 | 4C | F | 22 | 12 |
| Octal | 75 | 46 | 36 | 0 | 46 | 63 | 114 | 17 | 42 | 22 |
| Binary | 111101 | 100110 | 11110 | 0 | 100110 | 110011 | 1001100 | 1111 | 100010 | 10010 |
Color Harmonies of #3D261E
Complementary color
Monochromatic Colors of #3D261E
Black with #3D261E
Text Example
Text Example
White with #3D261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D261E; }
p { color: rgb(61,38,30); }
H1.HeaderClassName
{
color: #3D261E;
}
.AnyTagClassName
{
color: #3D261E;
}
</style>
background-color css
<style>
a { background-color: #3D261E; }
a { background-color: rgb(61,38,30); }
div.DivClassName
{
background-color: #3D261E;
}
.BgClassName
{
background-color: #3D261E;
}
</style>
border-color css
<style>
span { border-color: #3D261E; }
span { border-color: rgb(61,38,30); }
td.TdClassName
{
border-color: #3D261E;
}
.TagClassName
{
border-color: #3D261E;
}
</style>