Shades of Brown Pod #3D1D08
Tints of Brown Pod #3D1D08
RGB
CMYK
RGB Variations
Color information
#3D1D08 (or 0x3D1D08) is known color: Brown Pod. HEX triplet: 3D, 1D and 08. RGB value is (61,29,8). Sum of RGB (Red+Green+Blue) = 61+29+8=98 (12% of max value = 765). Red value is 61 (24.22% from 255 or 62.24% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1D08 is #C2E2F7. Grayscale: #242424. Windows color (decimal): -12772088 or 531773. OLE color: 531773.
HSL color Cylindrical-coordinate representation of color #3D1D08: hue angle of 23.77º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D1D08 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 29 | 8 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.76 |
| HSL | 23.77º | 0.77% | 0.14% | - |
| HSV(B) | 23.77º | 0.87% | 0.24% | - |
| XYZ | 2.41 | 1.89 | 0.47 | - |
| YUV | 36.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 8 | 0 | 0.52 | 0.87 | 0.76 | 23.77 | 0.77 | 0.14 |
| Hex | 3D | 1D | 8 | 0 | 34 | 57 | 4C | 18 | 4D | E |
| Octal | 75 | 35 | 10 | 0 | 64 | 127 | 114 | 30 | 115 | 16 |
| Binary | 111101 | 11101 | 1000 | 0 | 110100 | 1010111 | 1001100 | 11000 | 1001101 | 1110 |
Color Harmonies of #3D1D08
Complementary color
Monochromatic Colors of #3D1D08
Black with #3D1D08
Text Example
Text Example
White with #3D1D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D08; }
p { color: rgb(61,29,8); }
H1.HeaderClassName
{
color: #3D1D08;
}
.AnyTagClassName
{
color: #3D1D08;
}
</style>
background-color css
<style>
a { background-color: #3D1D08; }
a { background-color: rgb(61,29,8); }
div.DivClassName
{
background-color: #3D1D08;
}
.BgClassName
{
background-color: #3D1D08;
}
</style>
border-color css
<style>
span { border-color: #3D1D08; }
span { border-color: rgb(61,29,8); }
td.TdClassName
{
border-color: #3D1D08;
}
.TagClassName
{
border-color: #3D1D08;
}
</style>