Shades of Brown Pod #3D231B
Tints of Brown Pod #3D231B
RGB
CMYK
RGB Variations
Color information
#3D231B (or 0x3D231B) is known color: Brown Pod. HEX triplet: 3D, 23 and 1B. RGB value is (61,35,27). Sum of RGB (Red+Green+Blue) = 61+35+27=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D231B is #C2DCE4. Grayscale: #292929. Windows color (decimal): -12770533 or 1778493. OLE color: 1778493.
HSL color Cylindrical-coordinate representation of color #3D231B: hue angle of 14.12º 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 #3D231B is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 35 | 27 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.76 |
| HSL | 14.12º | 0.39% | 0.17% | - |
| HSV(B) | 14.12º | 0.56% | 0.24% | - |
| XYZ | 2.72 | 2.27 | 1.33 | - |
| YUV | 41.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 27 | 0 | 0.43 | 0.56 | 0.76 | 14.12 | 0.39 | 0.17 |
| Hex | 3D | 23 | 1B | 0 | 2B | 38 | 4C | E | 27 | 11 |
| Octal | 75 | 43 | 33 | 0 | 53 | 70 | 114 | 16 | 47 | 21 |
| Binary | 111101 | 100011 | 11011 | 0 | 101011 | 111000 | 1001100 | 1110 | 100111 | 10001 |
Color Harmonies of #3D231B
Complementary color
Monochromatic Colors of #3D231B
Black with #3D231B
Text Example
Text Example
White with #3D231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D231B; }
p { color: rgb(61,35,27); }
H1.HeaderClassName
{
color: #3D231B;
}
.AnyTagClassName
{
color: #3D231B;
}
</style>
background-color css
<style>
a { background-color: #3D231B; }
a { background-color: rgb(61,35,27); }
div.DivClassName
{
background-color: #3D231B;
}
.BgClassName
{
background-color: #3D231B;
}
</style>
border-color css
<style>
span { border-color: #3D231B; }
span { border-color: rgb(61,35,27); }
td.TdClassName
{
border-color: #3D231B;
}
.TagClassName
{
border-color: #3D231B;
}
</style>