Shades of Brown Pod #3D2310
Tints of Brown Pod #3D2310
RGB
CMYK
RGB Variations
Color information
#3D2310 (or 0x3D2310) is known color: Brown Pod. HEX triplet: 3D, 23 and 10. RGB value is (61,35,16). Sum of RGB (Red+Green+Blue) = 61+35+16=112 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.46% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2310 is #C2DCEF. Grayscale: #282828. Windows color (decimal): -12770544 or 1057597. OLE color: 1057597.
HSL color Cylindrical-coordinate representation of color #3D2310: hue angle of 25.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D2310 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 35 | 16 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.76 |
| HSL | 25.33º | 0.58% | 0.15% | - |
| HSV(B) | 25.33º | 0.74% | 0.24% | - |
| XYZ | 2.62 | 2.23 | 0.78 | - |
| YUV | 40.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 16 | 0 | 0.43 | 0.74 | 0.76 | 25.33 | 0.58 | 0.15 |
| Hex | 3D | 23 | 10 | 0 | 2B | 4A | 4C | 19 | 3A | F |
| Octal | 75 | 43 | 20 | 0 | 53 | 112 | 114 | 31 | 72 | 17 |
| Binary | 111101 | 100011 | 10000 | 0 | 101011 | 1001010 | 1001100 | 11001 | 111010 | 1111 |
Color Harmonies of #3D2310
Complementary color
Monochromatic Colors of #3D2310
Black with #3D2310
Text Example
Text Example
White with #3D2310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2310; }
p { color: rgb(61,35,16); }
H1.HeaderClassName
{
color: #3D2310;
}
.AnyTagClassName
{
color: #3D2310;
}
</style>
background-color css
<style>
a { background-color: #3D2310; }
a { background-color: rgb(61,35,16); }
div.DivClassName
{
background-color: #3D2310;
}
.BgClassName
{
background-color: #3D2310;
}
</style>
border-color css
<style>
span { border-color: #3D2310; }
span { border-color: rgb(61,35,16); }
td.TdClassName
{
border-color: #3D2310;
}
.TagClassName
{
border-color: #3D2310;
}
</style>