Shades of Brown Pod #3B261F
Tints of Brown Pod #3B261F
RGB
CMYK
RGB Variations
Color information
#3B261F (or 0x3B261F) is known color: Brown Pod. HEX triplet: 3B, 26 and 1F. RGB value is (59,38,31). Sum of RGB (Red+Green+Blue) = 59+38+31=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B261F is #C4D9E0. Grayscale: #2B2B2B. Windows color (decimal): -12900833 or 2041403. OLE color: 2041403.
HSL color Cylindrical-coordinate representation of color #3B261F: hue angle of 15º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B261F is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 38 | 31 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.77 |
| HSL | 15º | 0.31% | 0.18% | - |
| HSV(B) | 15º | 0.47% | 0.23% | - |
| XYZ | 2.74 | 2.41 | 1.62 | - |
| YUV | 43.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 31 | 0 | 0.36 | 0.47 | 0.77 | 15 | 0.31 | 0.18 |
| Hex | 3B | 26 | 1F | 0 | 24 | 2F | 4D | F | 1F | 12 |
| Octal | 73 | 46 | 37 | 0 | 44 | 57 | 115 | 17 | 37 | 22 |
| Binary | 111011 | 100110 | 11111 | 0 | 100100 | 101111 | 1001101 | 1111 | 11111 | 10010 |
Color Harmonies of #3B261F
Complementary color
Monochromatic Colors of #3B261F
Black with #3B261F
Text Example
Text Example
White with #3B261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B261F; }
p { color: rgb(59,38,31); }
H1.HeaderClassName
{
color: #3B261F;
}
.AnyTagClassName
{
color: #3B261F;
}
</style>
background-color css
<style>
a { background-color: #3B261F; }
a { background-color: rgb(59,38,31); }
div.DivClassName
{
background-color: #3B261F;
}
.BgClassName
{
background-color: #3B261F;
}
</style>
border-color css
<style>
span { border-color: #3B261F; }
span { border-color: rgb(59,38,31); }
td.TdClassName
{
border-color: #3B261F;
}
.TagClassName
{
border-color: #3B261F;
}
</style>