Shades of Brown Pod #3D2311
Tints of Brown Pod #3D2311
RGB
CMYK
RGB Variations
Color information
#3D2311 (or 0x3D2311) is known color: Brown Pod. HEX triplet: 3D, 23 and 11. RGB value is (61,35,17). Sum of RGB (Red+Green+Blue) = 61+35+17=113 (14% of max value = 765). Red value is 61 (24.22% from 255 or 53.98% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2311 is #C2DCEE. Grayscale: #282828. Windows color (decimal): -12770543 or 1123133. OLE color: 1123133.
HSL color Cylindrical-coordinate representation of color #3D2311: hue angle of 24.55º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D2311 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 35 | 17 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.76 |
| HSL | 24.55º | 0.56% | 0.15% | - |
| HSV(B) | 24.55º | 0.72% | 0.24% | - |
| XYZ | 2.63 | 2.23 | 0.82 | - |
| YUV | 40.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 17 | 0 | 0.43 | 0.72 | 0.76 | 24.55 | 0.56 | 0.15 |
| Hex | 3D | 23 | 11 | 0 | 2B | 48 | 4C | 19 | 38 | F |
| Octal | 75 | 43 | 21 | 0 | 53 | 110 | 114 | 31 | 70 | 17 |
| Binary | 111101 | 100011 | 10001 | 0 | 101011 | 1001000 | 1001100 | 11001 | 111000 | 1111 |
Color Harmonies of #3D2311
Complementary color
Monochromatic Colors of #3D2311
Black with #3D2311
Text Example
Text Example
White with #3D2311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2311; }
p { color: rgb(61,35,17); }
H1.HeaderClassName
{
color: #3D2311;
}
.AnyTagClassName
{
color: #3D2311;
}
</style>
background-color css
<style>
a { background-color: #3D2311; }
a { background-color: rgb(61,35,17); }
div.DivClassName
{
background-color: #3D2311;
}
.BgClassName
{
background-color: #3D2311;
}
</style>
border-color css
<style>
span { border-color: #3D2311; }
span { border-color: rgb(61,35,17); }
td.TdClassName
{
border-color: #3D2311;
}
.TagClassName
{
border-color: #3D2311;
}
</style>