Shades of Brown Pod #3D1B12
Tints of Brown Pod #3D1B12
RGB
CMYK
RGB Variations
Color information
#3D1B12 (or 0x3D1B12) is known color: Brown Pod. HEX triplet: 3D, 1B and 12. RGB value is (61,27,18). Sum of RGB (Red+Green+Blue) = 61+27+18=106 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.55% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1B12 is #C2E4ED. Grayscale: #242424. Windows color (decimal): -12772590 or 1186621. OLE color: 1186621.
HSL color Cylindrical-coordinate representation of color #3D1B12: hue angle of 12.56º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D1B12 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 27 | 18 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.76 |
| HSL | 12.56º | 0.54% | 0.15% | - |
| HSV(B) | 12.56º | 0.7% | 0.24% | - |
| XYZ | 2.43 | 1.82 | 0.8 | - |
| YUV | 36.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 18 | 0 | 0.56 | 0.70 | 0.76 | 12.56 | 0.54 | 0.15 |
| Hex | 3D | 1B | 12 | 0 | 38 | 46 | 4C | D | 36 | F |
| Octal | 75 | 33 | 22 | 0 | 70 | 106 | 114 | 15 | 66 | 17 |
| Binary | 111101 | 11011 | 10010 | 0 | 111000 | 1000110 | 1001100 | 1101 | 110110 | 1111 |
Color Harmonies of #3D1B12
Complementary color
Monochromatic Colors of #3D1B12
Black with #3D1B12
Text Example
Text Example
White with #3D1B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1B12; }
p { color: rgb(61,27,18); }
H1.HeaderClassName
{
color: #3D1B12;
}
.AnyTagClassName
{
color: #3D1B12;
}
</style>
background-color css
<style>
a { background-color: #3D1B12; }
a { background-color: rgb(61,27,18); }
div.DivClassName
{
background-color: #3D1B12;
}
.BgClassName
{
background-color: #3D1B12;
}
</style>
border-color css
<style>
span { border-color: #3D1B12; }
span { border-color: rgb(61,27,18); }
td.TdClassName
{
border-color: #3D1B12;
}
.TagClassName
{
border-color: #3D1B12;
}
</style>