Shades of Brown Pod #3C271C
Tints of Brown Pod #3C271C
RGB
CMYK
RGB Variations
Color information
#3C271C (or 0x3C271C) is known color: Brown Pod. HEX triplet: 3C, 27 and 1C. RGB value is (60,39,28). Sum of RGB (Red+Green+Blue) = 60+39+28=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 60 - color contains mainly: red. Hex color #3C271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C271C is #C3D8E3. Grayscale: #2C2C2C. Windows color (decimal): -12835044 or 1845052. OLE color: 1845052.
HSL color Cylindrical-coordinate representation of color #3C271C: hue angle of 20.62º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C271C is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 39 | 28 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.76 |
| HSL | 20.63º | 0.36% | 0.17% | - |
| HSV(B) | 20.63º | 0.53% | 0.24% | - |
| XYZ | 2.8 | 2.5 | 1.43 | - |
| YUV | 44.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 28 | 0 | 0.35 | 0.53 | 0.76 | 20.63 | 0.36 | 0.17 |
| Hex | 3C | 27 | 1C | 0 | 23 | 35 | 4C | 15 | 24 | 11 |
| Octal | 74 | 47 | 34 | 0 | 43 | 65 | 114 | 25 | 44 | 21 |
| Binary | 111100 | 100111 | 11100 | 0 | 100011 | 110101 | 1001100 | 10101 | 100100 | 10001 |
Color Harmonies of #3C271C
Complementary color
Monochromatic Colors of #3C271C
Black with #3C271C
Text Example
Text Example
White with #3C271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C271C; }
p { color: rgb(60,39,28); }
H1.HeaderClassName
{
color: #3C271C;
}
.AnyTagClassName
{
color: #3C271C;
}
</style>
background-color css
<style>
a { background-color: #3C271C; }
a { background-color: rgb(60,39,28); }
div.DivClassName
{
background-color: #3C271C;
}
.BgClassName
{
background-color: #3C271C;
}
</style>
border-color css
<style>
span { border-color: #3C271C; }
span { border-color: rgb(60,39,28); }
td.TdClassName
{
border-color: #3C271C;
}
.TagClassName
{
border-color: #3C271C;
}
</style>