Shades of Brown Pod #3C2318
Tints of Brown Pod #3C2318
RGB
CMYK
RGB Variations
Color information
#3C2318 (or 0x3C2318) is known color: Brown Pod. HEX triplet: 3C, 23 and 18. RGB value is (60,35,24). Sum of RGB (Red+Green+Blue) = 60+35+24=119 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.42% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2318 is #C3DCE7. Grayscale: #292929. Windows color (decimal): -12836072 or 1581884. OLE color: 1581884.
HSL color Cylindrical-coordinate representation of color #3C2318: hue angle of 18.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C2318 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 35 | 24 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.76 |
| HSL | 18.33º | 0.43% | 0.16% | - |
| HSV(B) | 18.33º | 0.6% | 0.24% | - |
| XYZ | 2.63 | 2.23 | 1.16 | - |
| YUV | 41.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 24 | 0 | 0.42 | 0.60 | 0.76 | 18.33 | 0.43 | 0.16 |
| Hex | 3C | 23 | 18 | 0 | 2A | 3C | 4C | 12 | 2B | 10 |
| Octal | 74 | 43 | 30 | 0 | 52 | 74 | 114 | 22 | 53 | 20 |
| Binary | 111100 | 100011 | 11000 | 0 | 101010 | 111100 | 1001100 | 10010 | 101011 | 10000 |
Color Harmonies of #3C2318
Complementary color
Monochromatic Colors of #3C2318
Black with #3C2318
Text Example
Text Example
White with #3C2318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2318; }
p { color: rgb(60,35,24); }
H1.HeaderClassName
{
color: #3C2318;
}
.AnyTagClassName
{
color: #3C2318;
}
</style>
background-color css
<style>
a { background-color: #3C2318; }
a { background-color: rgb(60,35,24); }
div.DivClassName
{
background-color: #3C2318;
}
.BgClassName
{
background-color: #3C2318;
}
</style>
border-color css
<style>
span { border-color: #3C2318; }
span { border-color: rgb(60,35,24); }
td.TdClassName
{
border-color: #3C2318;
}
.TagClassName
{
border-color: #3C2318;
}
</style>