Shades of Brown Pod #3D2315
Tints of Brown Pod #3D2315
RGB
CMYK
RGB Variations
Color information
#3D2315 (or 0x3D2315) is known color: Brown Pod. HEX triplet: 3D, 23 and 15. RGB value is (61,35,21). Sum of RGB (Red+Green+Blue) = 61+35+21=117 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.14% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2315 is #C2DCEA. Grayscale: #292929. Windows color (decimal): -12770539 or 1385277. OLE color: 1385277.
HSL color Cylindrical-coordinate representation of color #3D2315: hue angle of 21º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D2315 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 35 | 21 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.76 |
| HSL | 21º | 0.49% | 0.16% | - |
| HSV(B) | 21º | 0.66% | 0.24% | - |
| XYZ | 2.66 | 2.25 | 1 | - |
| YUV | 41.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 21 | 0 | 0.43 | 0.66 | 0.76 | 21 | 0.49 | 0.16 |
| Hex | 3D | 23 | 15 | 0 | 2B | 42 | 4C | 15 | 31 | 10 |
| Octal | 75 | 43 | 25 | 0 | 53 | 102 | 114 | 25 | 61 | 20 |
| Binary | 111101 | 100011 | 10101 | 0 | 101011 | 1000010 | 1001100 | 10101 | 110001 | 10000 |
Color Harmonies of #3D2315
Complementary color
Monochromatic Colors of #3D2315
Black with #3D2315
Text Example
Text Example
White with #3D2315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2315; }
p { color: rgb(61,35,21); }
H1.HeaderClassName
{
color: #3D2315;
}
.AnyTagClassName
{
color: #3D2315;
}
</style>
background-color css
<style>
a { background-color: #3D2315; }
a { background-color: rgb(61,35,21); }
div.DivClassName
{
background-color: #3D2315;
}
.BgClassName
{
background-color: #3D2315;
}
</style>
border-color css
<style>
span { border-color: #3D2315; }
span { border-color: rgb(61,35,21); }
td.TdClassName
{
border-color: #3D2315;
}
.TagClassName
{
border-color: #3D2315;
}
</style>