Shades of Brown Pod #3D2619
Tints of Brown Pod #3D2619
RGB
CMYK
RGB Variations
Color information
#3D2619 (or 0x3D2619) is known color: Brown Pod. HEX triplet: 3D, 26 and 19. RGB value is (61,38,25). Sum of RGB (Red+Green+Blue) = 61+38+25=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2619 is #C2D9E6. Grayscale: #2B2B2B. Windows color (decimal): -12769767 or 1648189. OLE color: 1648189.
HSL color Cylindrical-coordinate representation of color #3D2619: hue angle of 21.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D2619 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 25 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.76 |
| HSL | 21.67º | 0.42% | 0.17% | - |
| HSV(B) | 21.67º | 0.59% | 0.24% | - |
| XYZ | 2.79 | 2.45 | 1.25 | - |
| YUV | 43.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 25 | 0 | 0.38 | 0.59 | 0.76 | 21.67 | 0.42 | 0.17 |
| Hex | 3D | 26 | 19 | 0 | 26 | 3B | 4C | 16 | 2A | 11 |
| Octal | 75 | 46 | 31 | 0 | 46 | 73 | 114 | 26 | 52 | 21 |
| Binary | 111101 | 100110 | 11001 | 0 | 100110 | 111011 | 1001100 | 10110 | 101010 | 10001 |
Color Harmonies of #3D2619
Complementary color
Monochromatic Colors of #3D2619
Black with #3D2619
Text Example
Text Example
White with #3D2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2619; }
p { color: rgb(61,38,25); }
H1.HeaderClassName
{
color: #3D2619;
}
.AnyTagClassName
{
color: #3D2619;
}
</style>
background-color css
<style>
a { background-color: #3D2619; }
a { background-color: rgb(61,38,25); }
div.DivClassName
{
background-color: #3D2619;
}
.BgClassName
{
background-color: #3D2619;
}
</style>
border-color css
<style>
span { border-color: #3D2619; }
span { border-color: rgb(61,38,25); }
td.TdClassName
{
border-color: #3D2619;
}
.TagClassName
{
border-color: #3D2619;
}
</style>