Shades of Brown Pod #3D221B
Tints of Brown Pod #3D221B
RGB
CMYK
RGB Variations
Color information
#3D221B (or 0x3D221B) is known color: Brown Pod. HEX triplet: 3D, 22 and 1B. RGB value is (61,34,27). Sum of RGB (Red+Green+Blue) = 61+34+27=122 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 61 - color contains mainly: red. Hex color #3D221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D221B is #C2DDE4. Grayscale: #292929. Windows color (decimal): -12770789 or 1778237. OLE color: 1778237.
HSL color Cylindrical-coordinate representation of color #3D221B: hue angle of 12.35º 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 #3D221B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 27 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.76 |
| HSL | 12.35º | 0.39% | 0.17% | - |
| HSV(B) | 12.35º | 0.56% | 0.24% | - |
| XYZ | 2.69 | 2.22 | 1.32 | - |
| YUV | 41.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 27 | 0 | 0.44 | 0.56 | 0.76 | 12.35 | 0.39 | 0.17 |
| Hex | 3D | 22 | 1B | 0 | 2C | 38 | 4C | C | 27 | 11 |
| Octal | 75 | 42 | 33 | 0 | 54 | 70 | 114 | 14 | 47 | 21 |
| Binary | 111101 | 100010 | 11011 | 0 | 101100 | 111000 | 1001100 | 1100 | 100111 | 10001 |
Color Harmonies of #3D221B
Complementary color
Monochromatic Colors of #3D221B
Black with #3D221B
Text Example
Text Example
White with #3D221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D221B; }
p { color: rgb(61,34,27); }
H1.HeaderClassName
{
color: #3D221B;
}
.AnyTagClassName
{
color: #3D221B;
}
</style>
background-color css
<style>
a { background-color: #3D221B; }
a { background-color: rgb(61,34,27); }
div.DivClassName
{
background-color: #3D221B;
}
.BgClassName
{
background-color: #3D221B;
}
</style>
border-color css
<style>
span { border-color: #3D221B; }
span { border-color: rgb(61,34,27); }
td.TdClassName
{
border-color: #3D221B;
}
.TagClassName
{
border-color: #3D221B;
}
</style>