Shades of Brown Pod #3D170A
Tints of Brown Pod #3D170A
RGB
CMYK
RGB Variations
Color information
#3D170A (or 0x3D170A) is known color: Brown Pod. HEX triplet: 3D, 17 and 0A. RGB value is (61,23,10). Sum of RGB (Red+Green+Blue) = 61+23+10=94 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.89% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 61 - color contains mainly: red. Hex color #3D170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D170A is #C2E8F5. Grayscale: #202020. Windows color (decimal): -12773622 or 661309. OLE color: 661309.
HSL color Cylindrical-coordinate representation of color #3D170A: hue angle of 15.29º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D170A is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 23 | 10 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.76 |
| HSL | 15.29º | 0.72% | 0.14% | - |
| HSV(B) | 15.29º | 0.84% | 0.24% | - |
| XYZ | 2.29 | 1.63 | 0.48 | - |
| YUV | 32.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 23 | 10 | 0 | 0.62 | 0.84 | 0.76 | 15.29 | 0.72 | 0.14 |
| Hex | 3D | 17 | A | 0 | 3E | 54 | 4C | F | 48 | E |
| Octal | 75 | 27 | 12 | 0 | 76 | 124 | 114 | 17 | 110 | 16 |
| Binary | 111101 | 10111 | 1010 | 0 | 111110 | 1010100 | 1001100 | 1111 | 1001000 | 1110 |
Color Harmonies of #3D170A
Complementary color
Monochromatic Colors of #3D170A
Black with #3D170A
Text Example
Text Example
White with #3D170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D170A; }
p { color: rgb(61,23,10); }
H1.HeaderClassName
{
color: #3D170A;
}
.AnyTagClassName
{
color: #3D170A;
}
</style>
background-color css
<style>
a { background-color: #3D170A; }
a { background-color: rgb(61,23,10); }
div.DivClassName
{
background-color: #3D170A;
}
.BgClassName
{
background-color: #3D170A;
}
</style>
border-color css
<style>
span { border-color: #3D170A; }
span { border-color: rgb(61,23,10); }
td.TdClassName
{
border-color: #3D170A;
}
.TagClassName
{
border-color: #3D170A;
}
</style>