Shades of Brown Pod #3C190D
Tints of Brown Pod #3C190D
RGB
CMYK
RGB Variations
Color information
#3C190D (or 0x3C190D) is known color: Brown Pod. HEX triplet: 3C, 19 and 0D. RGB value is (60,25,13). Sum of RGB (Red+Green+Blue) = 60+25+13=98 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.22% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 60 - color contains mainly: red. Hex color #3C190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C190D is #C3E6F2. Grayscale: #222222. Windows color (decimal): -12838643 or 858428. OLE color: 858428.
HSL color Cylindrical-coordinate representation of color #3C190D: hue angle of 15.32º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C190D is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 25 | 13 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.76 |
| HSL | 15.32º | 0.64% | 0.14% | - |
| HSV(B) | 15.32º | 0.78% | 0.24% | - |
| XYZ | 2.28 | 1.68 | 0.59 | - |
| YUV | 34.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 13 | 0 | 0.58 | 0.78 | 0.76 | 15.32 | 0.64 | 0.14 |
| Hex | 3C | 19 | D | 0 | 3A | 4E | 4C | F | 40 | E |
| Octal | 74 | 31 | 15 | 0 | 72 | 116 | 114 | 17 | 100 | 16 |
| Binary | 111100 | 11001 | 1101 | 0 | 111010 | 1001110 | 1001100 | 1111 | 1000000 | 1110 |
Color Harmonies of #3C190D
Complementary color
Monochromatic Colors of #3C190D
Black with #3C190D
Text Example
Text Example
White with #3C190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C190D; }
p { color: rgb(60,25,13); }
H1.HeaderClassName
{
color: #3C190D;
}
.AnyTagClassName
{
color: #3C190D;
}
</style>
background-color css
<style>
a { background-color: #3C190D; }
a { background-color: rgb(60,25,13); }
div.DivClassName
{
background-color: #3C190D;
}
.BgClassName
{
background-color: #3C190D;
}
</style>
border-color css
<style>
span { border-color: #3C190D; }
span { border-color: rgb(60,25,13); }
td.TdClassName
{
border-color: #3C190D;
}
.TagClassName
{
border-color: #3C190D;
}
</style>