Shades of Brown Pod #3D271D
Tints of Brown Pod #3D271D
RGB
CMYK
RGB Variations
Color information
#3D271D (or 0x3D271D) is known color: Brown Pod. HEX triplet: 3D, 27 and 1D. RGB value is (61,39,29). Sum of RGB (Red+Green+Blue) = 61+39+29=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D271D is #C2D8E2. Grayscale: #2C2C2C. Windows color (decimal): -12769507 or 1910589. OLE color: 1910589.
HSL color Cylindrical-coordinate representation of color #3D271D: hue angle of 18.75º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D271D is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 39 | 29 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.76 |
| HSL | 18.75º | 0.36% | 0.18% | - |
| HSV(B) | 18.75º | 0.52% | 0.24% | - |
| XYZ | 2.87 | 2.53 | 1.5 | - |
| YUV | 44.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 29 | 0 | 0.36 | 0.52 | 0.76 | 18.75 | 0.36 | 0.18 |
| Hex | 3D | 27 | 1D | 0 | 24 | 34 | 4C | 13 | 24 | 12 |
| Octal | 75 | 47 | 35 | 0 | 44 | 64 | 114 | 23 | 44 | 22 |
| Binary | 111101 | 100111 | 11101 | 0 | 100100 | 110100 | 1001100 | 10011 | 100100 | 10010 |
Color Harmonies of #3D271D
Complementary color
Monochromatic Colors of #3D271D
Black with #3D271D
Text Example
Text Example
White with #3D271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D271D; }
p { color: rgb(61,39,29); }
H1.HeaderClassName
{
color: #3D271D;
}
.AnyTagClassName
{
color: #3D271D;
}
</style>
background-color css
<style>
a { background-color: #3D271D; }
a { background-color: rgb(61,39,29); }
div.DivClassName
{
background-color: #3D271D;
}
.BgClassName
{
background-color: #3D271D;
}
</style>
border-color css
<style>
span { border-color: #3D271D; }
span { border-color: rgb(61,39,29); }
td.TdClassName
{
border-color: #3D271D;
}
.TagClassName
{
border-color: #3D271D;
}
</style>