Shades of Brown Pod #3D251C
Tints of Brown Pod #3D251C
RGB
CMYK
RGB Variations
Color information
#3D251C (or 0x3D251C) is known color: Brown Pod. HEX triplet: 3D, 25 and 1C. RGB value is (61,37,28). Sum of RGB (Red+Green+Blue) = 61+37+28=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D251C is #C2DAE3. Grayscale: #2B2B2B. Windows color (decimal): -12770020 or 1844541. OLE color: 1844541.
HSL color Cylindrical-coordinate representation of color #3D251C: hue angle of 16.36º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D251C is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 37 | 28 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.76 |
| HSL | 16.36º | 0.37% | 0.17% | - |
| HSV(B) | 16.36º | 0.54% | 0.24% | - |
| XYZ | 2.8 | 2.4 | 1.41 | - |
| YUV | 43.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 28 | 0 | 0.39 | 0.54 | 0.76 | 16.36 | 0.37 | 0.17 |
| Hex | 3D | 25 | 1C | 0 | 27 | 36 | 4C | 10 | 25 | 11 |
| Octal | 75 | 45 | 34 | 0 | 47 | 66 | 114 | 20 | 45 | 21 |
| Binary | 111101 | 100101 | 11100 | 0 | 100111 | 110110 | 1001100 | 10000 | 100101 | 10001 |
Color Harmonies of #3D251C
Complementary color
Monochromatic Colors of #3D251C
Black with #3D251C
Text Example
Text Example
White with #3D251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D251C; }
p { color: rgb(61,37,28); }
H1.HeaderClassName
{
color: #3D251C;
}
.AnyTagClassName
{
color: #3D251C;
}
</style>
background-color css
<style>
a { background-color: #3D251C; }
a { background-color: rgb(61,37,28); }
div.DivClassName
{
background-color: #3D251C;
}
.BgClassName
{
background-color: #3D251C;
}
</style>
border-color css
<style>
span { border-color: #3D251C; }
span { border-color: rgb(61,37,28); }
td.TdClassName
{
border-color: #3D251C;
}
.TagClassName
{
border-color: #3D251C;
}
</style>