Shades of Brown Pod #3D241B
Tints of Brown Pod #3D241B
RGB
CMYK
RGB Variations
Color information
#3D241B (or 0x3D241B) is known color: Brown Pod. HEX triplet: 3D, 24 and 1B. RGB value is (61,36,27). Sum of RGB (Red+Green+Blue) = 61+36+27=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D241B is #C2DBE4. Grayscale: #2A2A2A. Windows color (decimal): -12770277 or 1778749. OLE color: 1778749.
HSL color Cylindrical-coordinate representation of color #3D241B: hue angle of 15.88º 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 #3D241B is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 36 | 27 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.76 |
| HSL | 15.88º | 0.39% | 0.17% | - |
| HSV(B) | 15.88º | 0.56% | 0.24% | - |
| XYZ | 2.75 | 2.33 | 1.34 | - |
| YUV | 42.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 36 | 27 | 0 | 0.41 | 0.56 | 0.76 | 15.88 | 0.39 | 0.17 |
| Hex | 3D | 24 | 1B | 0 | 29 | 38 | 4C | 10 | 27 | 11 |
| Octal | 75 | 44 | 33 | 0 | 51 | 70 | 114 | 20 | 47 | 21 |
| Binary | 111101 | 100100 | 11011 | 0 | 101001 | 111000 | 1001100 | 10000 | 100111 | 10001 |
Color Harmonies of #3D241B
Complementary color
Monochromatic Colors of #3D241B
Black with #3D241B
Text Example
Text Example
White with #3D241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D241B; }
p { color: rgb(61,36,27); }
H1.HeaderClassName
{
color: #3D241B;
}
.AnyTagClassName
{
color: #3D241B;
}
</style>
background-color css
<style>
a { background-color: #3D241B; }
a { background-color: rgb(61,36,27); }
div.DivClassName
{
background-color: #3D241B;
}
.BgClassName
{
background-color: #3D241B;
}
</style>
border-color css
<style>
span { border-color: #3D241B; }
span { border-color: rgb(61,36,27); }
td.TdClassName
{
border-color: #3D241B;
}
.TagClassName
{
border-color: #3D241B;
}
</style>