Shades of Brown Pod #3D180B
Tints of Brown Pod #3D180B
RGB
CMYK
RGB Variations
Color information
#3D180B (or 0x3D180B) is known color: Brown Pod. HEX triplet: 3D, 18 and 0B. RGB value is (61,24,11). Sum of RGB (Red+Green+Blue) = 61+24+11=96 (12% of max value = 765). Red value is 61 (24.22% from 255 or 63.54% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 61 - color contains mainly: red. Hex color #3D180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D180B is #C2E7F4. Grayscale: #212121. Windows color (decimal): -12773365 or 727101. OLE color: 727101.
HSL color Cylindrical-coordinate representation of color #3D180B: hue angle of 15.6º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D180B is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 24 | 11 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.76 |
| HSL | 15.6º | 0.69% | 0.14% | - |
| HSV(B) | 15.6º | 0.82% | 0.24% | - |
| XYZ | 2.31 | 1.67 | 0.52 | - |
| YUV | 33.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 11 | 0 | 0.61 | 0.82 | 0.76 | 15.6 | 0.69 | 0.14 |
| Hex | 3D | 18 | B | 0 | 3D | 52 | 4C | 10 | 45 | E |
| Octal | 75 | 30 | 13 | 0 | 75 | 122 | 114 | 20 | 105 | 16 |
| Binary | 111101 | 11000 | 1011 | 0 | 111101 | 1010010 | 1001100 | 10000 | 1000101 | 1110 |
Color Harmonies of #3D180B
Complementary color
Monochromatic Colors of #3D180B
Black with #3D180B
Text Example
Text Example
White with #3D180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D180B; }
p { color: rgb(61,24,11); }
H1.HeaderClassName
{
color: #3D180B;
}
.AnyTagClassName
{
color: #3D180B;
}
</style>
background-color css
<style>
a { background-color: #3D180B; }
a { background-color: rgb(61,24,11); }
div.DivClassName
{
background-color: #3D180B;
}
.BgClassName
{
background-color: #3D180B;
}
</style>
border-color css
<style>
span { border-color: #3D180B; }
span { border-color: rgb(61,24,11); }
td.TdClassName
{
border-color: #3D180B;
}
.TagClassName
{
border-color: #3D180B;
}
</style>