Shades of Brown Pod #3D2008
Tints of Brown Pod #3D2008
RGB
CMYK
RGB Variations
Color information
#3D2008 (or 0x3D2008) is known color: Brown Pod. HEX triplet: 3D, 20 and 08. RGB value is (61,32,8). Sum of RGB (Red+Green+Blue) = 61+32+8=101 (13% of max value = 765). Red value is 61 (24.22% from 255 or 60.40% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2008 is #C2DFF7. Grayscale: #262626. Windows color (decimal): -12771320 or 532541. OLE color: 532541.
HSL color Cylindrical-coordinate representation of color #3D2008: hue angle of 27.17º 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 #3D2008 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 32 | 8 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.76 |
| HSL | 27.17º | 0.77% | 0.14% | - |
| HSV(B) | 27.17º | 0.87% | 0.24% | - |
| XYZ | 2.48 | 2.04 | 0.49 | - |
| YUV | 37.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 8 | 0 | 0.48 | 0.87 | 0.76 | 27.17 | 0.77 | 0.14 |
| Hex | 3D | 20 | 8 | 0 | 30 | 57 | 4C | 1B | 4D | E |
| Octal | 75 | 40 | 10 | 0 | 60 | 127 | 114 | 33 | 115 | 16 |
| Binary | 111101 | 100000 | 1000 | 0 | 110000 | 1010111 | 1001100 | 11011 | 1001101 | 1110 |
Color Harmonies of #3D2008
Complementary color
Monochromatic Colors of #3D2008
Black with #3D2008
Text Example
Text Example
White with #3D2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2008; }
p { color: rgb(61,32,8); }
H1.HeaderClassName
{
color: #3D2008;
}
.AnyTagClassName
{
color: #3D2008;
}
</style>
background-color css
<style>
a { background-color: #3D2008; }
a { background-color: rgb(61,32,8); }
div.DivClassName
{
background-color: #3D2008;
}
.BgClassName
{
background-color: #3D2008;
}
</style>
border-color css
<style>
span { border-color: #3D2008; }
span { border-color: rgb(61,32,8); }
td.TdClassName
{
border-color: #3D2008;
}
.TagClassName
{
border-color: #3D2008;
}
</style>