Shades of Brown Pod #3C231E
Tints of Brown Pod #3C231E
RGB
CMYK
RGB Variations
Color information
#3C231E (or 0x3C231E) is known color: Brown Pod. HEX triplet: 3C, 23 and 1E. RGB value is (60,35,30). Sum of RGB (Red+Green+Blue) = 60+35+30=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C231E is #C3DCE1. Grayscale: #292929. Windows color (decimal): -12836066 or 1975100. OLE color: 1975100.
HSL color Cylindrical-coordinate representation of color #3C231E: hue angle of 10º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C231E is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 35 | 30 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.76 |
| HSL | 10º | 0.33% | 0.18% | - |
| HSV(B) | 10º | 0.5% | 0.24% | - |
| XYZ | 2.7 | 2.26 | 1.52 | - |
| YUV | 41.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 30 | 0 | 0.42 | 0.50 | 0.76 | 10 | 0.33 | 0.18 |
| Hex | 3C | 23 | 1E | 0 | 2A | 32 | 4C | A | 21 | 12 |
| Octal | 74 | 43 | 36 | 0 | 52 | 62 | 114 | 12 | 41 | 22 |
| Binary | 111100 | 100011 | 11110 | 0 | 101010 | 110010 | 1001100 | 1010 | 100001 | 10010 |
Color Harmonies of #3C231E
Complementary color
Monochromatic Colors of #3C231E
Black with #3C231E
Text Example
Text Example
White with #3C231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C231E; }
p { color: rgb(60,35,30); }
H1.HeaderClassName
{
color: #3C231E;
}
.AnyTagClassName
{
color: #3C231E;
}
</style>
background-color css
<style>
a { background-color: #3C231E; }
a { background-color: rgb(60,35,30); }
div.DivClassName
{
background-color: #3C231E;
}
.BgClassName
{
background-color: #3C231E;
}
</style>
border-color css
<style>
span { border-color: #3C231E; }
span { border-color: rgb(60,35,30); }
td.TdClassName
{
border-color: #3C231E;
}
.TagClassName
{
border-color: #3C231E;
}
</style>