Shades of Brown Pod #3C261B
Tints of Brown Pod #3C261B
RGB
CMYK
RGB Variations
Color information
#3C261B (or 0x3C261B) is known color: Brown Pod. HEX triplet: 3C, 26 and 1B. RGB value is (60,38,27). Sum of RGB (Red+Green+Blue) = 60+38+27=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C261B is #C3D9E4. Grayscale: #2B2B2B. Windows color (decimal): -12835301 or 1779260. OLE color: 1779260.
HSL color Cylindrical-coordinate representation of color #3C261B: hue angle of 20º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C261B is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 38 | 27 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.76 |
| HSL | 20º | 0.38% | 0.17% | - |
| HSV(B) | 20º | 0.55% | 0.24% | - |
| XYZ | 2.75 | 2.43 | 1.36 | - |
| YUV | 43.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 27 | 0 | 0.37 | 0.55 | 0.76 | 20 | 0.38 | 0.17 |
| Hex | 3C | 26 | 1B | 0 | 25 | 37 | 4C | 14 | 26 | 11 |
| Octal | 74 | 46 | 33 | 0 | 45 | 67 | 114 | 24 | 46 | 21 |
| Binary | 111100 | 100110 | 11011 | 0 | 100101 | 110111 | 1001100 | 10100 | 100110 | 10001 |
Color Harmonies of #3C261B
Complementary color
Monochromatic Colors of #3C261B
Black with #3C261B
Text Example
Text Example
White with #3C261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C261B; }
p { color: rgb(60,38,27); }
H1.HeaderClassName
{
color: #3C261B;
}
.AnyTagClassName
{
color: #3C261B;
}
</style>
background-color css
<style>
a { background-color: #3C261B; }
a { background-color: rgb(60,38,27); }
div.DivClassName
{
background-color: #3C261B;
}
.BgClassName
{
background-color: #3C261B;
}
</style>
border-color css
<style>
span { border-color: #3C261B; }
span { border-color: rgb(60,38,27); }
td.TdClassName
{
border-color: #3C261B;
}
.TagClassName
{
border-color: #3C261B;
}
</style>