Shades of Brown Pod #3C180F
Tints of Brown Pod #3C180F
RGB
CMYK
RGB Variations
Color information
#3C180F (or 0x3C180F) is known color: Brown Pod. HEX triplet: 3C, 18 and 0F. RGB value is (60,24,15). Sum of RGB (Red+Green+Blue) = 60+24+15=99 (13% of max value = 765). Red value is 60 (23.83% from 255 or 60.61% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 60 - color contains mainly: red. Hex color #3C180F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C180F is #C3E7F0. Grayscale: #212121. Windows color (decimal): -12838897 or 989244. OLE color: 989244.
HSL color Cylindrical-coordinate representation of color #3C180F: hue angle of 12º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C180F is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 15 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.76 |
| HSL | 12º | 0.6% | 0.15% | - |
| HSV(B) | 12º | 0.75% | 0.24% | - |
| XYZ | 2.28 | 1.65 | 0.65 | - |
| YUV | 33.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 15 | 0 | 0.60 | 0.75 | 0.76 | 12 | 0.6 | 0.15 |
| Hex | 3C | 18 | F | 0 | 3C | 4B | 4C | C | 3C | F |
| Octal | 74 | 30 | 17 | 0 | 74 | 113 | 114 | 14 | 74 | 17 |
| Binary | 111100 | 11000 | 1111 | 0 | 111100 | 1001011 | 1001100 | 1100 | 111100 | 1111 |
Color Harmonies of #3C180F
Complementary color
Monochromatic Colors of #3C180F
Black with #3C180F
Text Example
Text Example
White with #3C180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C180F; }
p { color: rgb(60,24,15); }
H1.HeaderClassName
{
color: #3C180F;
}
.AnyTagClassName
{
color: #3C180F;
}
</style>
background-color css
<style>
a { background-color: #3C180F; }
a { background-color: rgb(60,24,15); }
div.DivClassName
{
background-color: #3C180F;
}
.BgClassName
{
background-color: #3C180F;
}
</style>
border-color css
<style>
span { border-color: #3C180F; }
span { border-color: rgb(60,24,15); }
td.TdClassName
{
border-color: #3C180F;
}
.TagClassName
{
border-color: #3C180F;
}
</style>