Shades of Brown Pod #3C251C
Tints of Brown Pod #3C251C
RGB
CMYK
RGB Variations
Color information
#3C251C (or 0x3C251C) is known color: Brown Pod. HEX triplet: 3C, 25 and 1C. RGB value is (60,37,28). Sum of RGB (Red+Green+Blue) = 60+37+28=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C251C is #C3DAE3. Grayscale: #2A2A2A. Windows color (decimal): -12835556 or 1844540. OLE color: 1844540.
HSL color Cylindrical-coordinate representation of color #3C251C: hue angle of 16.88º 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 #3C251C is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 37 | 28 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.76 |
| HSL | 16.88º | 0.36% | 0.17% | - |
| HSV(B) | 16.88º | 0.53% | 0.24% | - |
| XYZ | 2.73 | 2.37 | 1.41 | - |
| YUV | 42.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 28 | 0 | 0.38 | 0.53 | 0.76 | 16.88 | 0.36 | 0.17 |
| Hex | 3C | 25 | 1C | 0 | 26 | 35 | 4C | 11 | 24 | 11 |
| Octal | 74 | 45 | 34 | 0 | 46 | 65 | 114 | 21 | 44 | 21 |
| Binary | 111100 | 100101 | 11100 | 0 | 100110 | 110101 | 1001100 | 10001 | 100100 | 10001 |
Color Harmonies of #3C251C
Complementary color
Monochromatic Colors of #3C251C
Black with #3C251C
Text Example
Text Example
White with #3C251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C251C; }
p { color: rgb(60,37,28); }
H1.HeaderClassName
{
color: #3C251C;
}
.AnyTagClassName
{
color: #3C251C;
}
</style>
background-color css
<style>
a { background-color: #3C251C; }
a { background-color: rgb(60,37,28); }
div.DivClassName
{
background-color: #3C251C;
}
.BgClassName
{
background-color: #3C251C;
}
</style>
border-color css
<style>
span { border-color: #3C251C; }
span { border-color: rgb(60,37,28); }
td.TdClassName
{
border-color: #3C251C;
}
.TagClassName
{
border-color: #3C251C;
}
</style>