Shades of Brown Pod #3C1807
Tints of Brown Pod #3C1807
RGB
CMYK
RGB Variations
Color information
#3C1807 (or 0x3C1807) is known color: Brown Pod. HEX triplet: 3C, 18 and 07. RGB value is (60,24,7). Sum of RGB (Red+Green+Blue) = 60+24+7=91 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.93% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 7 (3.12% from 255 or 7.69% from 91); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1807 is #C3E7F8. Grayscale: #202020. Windows color (decimal): -12838905 or 464956. OLE color: 464956.
HSL color Cylindrical-coordinate representation of color #3C1807: hue angle of 19.25º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1807 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 7 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.76 |
| HSL | 19.25º | 0.79% | 0.13% | - |
| HSV(B) | 19.25º | 0.88% | 0.24% | - |
| XYZ | 2.23 | 1.63 | 0.4 | - |
| YUV | 32.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 7 | 0 | 0.60 | 0.88 | 0.76 | 19.25 | 0.79 | 0.13 |
| Hex | 3C | 18 | 7 | 0 | 3C | 58 | 4C | 13 | 4F | D |
| Octal | 74 | 30 | 7 | 0 | 74 | 130 | 114 | 23 | 117 | 15 |
| Binary | 111100 | 11000 | 111 | 0 | 111100 | 1011000 | 1001100 | 10011 | 1001111 | 1101 |
Color Harmonies of #3C1807
Complementary color
Monochromatic Colors of #3C1807
Black with #3C1807
Text Example
Text Example
White with #3C1807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1807; }
p { color: rgb(60,24,7); }
H1.HeaderClassName
{
color: #3C1807;
}
.AnyTagClassName
{
color: #3C1807;
}
</style>
background-color css
<style>
a { background-color: #3C1807; }
a { background-color: rgb(60,24,7); }
div.DivClassName
{
background-color: #3C1807;
}
.BgClassName
{
background-color: #3C1807;
}
</style>
border-color css
<style>
span { border-color: #3C1807; }
span { border-color: rgb(60,24,7); }
td.TdClassName
{
border-color: #3C1807;
}
.TagClassName
{
border-color: #3C1807;
}
</style>