Shades of Brown Pod #3D261B
Tints of Brown Pod #3D261B
RGB
CMYK
RGB Variations
Color information
#3D261B (or 0x3D261B) is known color: Brown Pod. HEX triplet: 3D, 26 and 1B. RGB value is (61,38,27). Sum of RGB (Red+Green+Blue) = 61+38+27=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D261B is #C2D9E4. Grayscale: #2B2B2B. Windows color (decimal): -12769765 or 1779261. OLE color: 1779261.
HSL color Cylindrical-coordinate representation of color #3D261B: hue angle of 19.41º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D261B is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 27 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.76 |
| HSL | 19.41º | 0.39% | 0.17% | - |
| HSV(B) | 19.41º | 0.56% | 0.24% | - |
| XYZ | 2.82 | 2.46 | 1.36 | - |
| YUV | 43.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 27 | 0 | 0.38 | 0.56 | 0.76 | 19.41 | 0.39 | 0.17 |
| Hex | 3D | 26 | 1B | 0 | 26 | 38 | 4C | 13 | 27 | 11 |
| Octal | 75 | 46 | 33 | 0 | 46 | 70 | 114 | 23 | 47 | 21 |
| Binary | 111101 | 100110 | 11011 | 0 | 100110 | 111000 | 1001100 | 10011 | 100111 | 10001 |
Color Harmonies of #3D261B
Complementary color
Monochromatic Colors of #3D261B
Black with #3D261B
Text Example
Text Example
White with #3D261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D261B; }
p { color: rgb(61,38,27); }
H1.HeaderClassName
{
color: #3D261B;
}
.AnyTagClassName
{
color: #3D261B;
}
</style>
background-color css
<style>
a { background-color: #3D261B; }
a { background-color: rgb(61,38,27); }
div.DivClassName
{
background-color: #3D261B;
}
.BgClassName
{
background-color: #3D261B;
}
</style>
border-color css
<style>
span { border-color: #3D261B; }
span { border-color: rgb(61,38,27); }
td.TdClassName
{
border-color: #3D261B;
}
.TagClassName
{
border-color: #3D261B;
}
</style>