Shades of Brown Pod #3C1B09
Tints of Brown Pod #3C1B09
RGB
CMYK
RGB Variations
Color information
#3C1B09 (or 0x3C1B09) is known color: Brown Pod. HEX triplet: 3C, 1B and 09. RGB value is (60,27,9). Sum of RGB (Red+Green+Blue) = 60+27+9=96 (12% of max value = 765). Red value is 60 (23.83% from 255 or 62.5% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1B09 is #C3E4F6. Grayscale: #222222. Windows color (decimal): -12838135 or 596796. OLE color: 596796.
HSL color Cylindrical-coordinate representation of color #3C1B09: hue angle of 21.18º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1B09 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 27 | 9 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.76 |
| HSL | 21.18º | 0.74% | 0.14% | - |
| HSV(B) | 21.18º | 0.85% | 0.24% | - |
| XYZ | 2.3 | 1.76 | 0.48 | - |
| YUV | 34.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 27 | 9 | 0 | 0.55 | 0.85 | 0.76 | 21.18 | 0.74 | 0.14 |
| Hex | 3C | 1B | 9 | 0 | 37 | 55 | 4C | 15 | 4A | E |
| Octal | 74 | 33 | 11 | 0 | 67 | 125 | 114 | 25 | 112 | 16 |
| Binary | 111100 | 11011 | 1001 | 0 | 110111 | 1010101 | 1001100 | 10101 | 1001010 | 1110 |
Color Harmonies of #3C1B09
Complementary color
Monochromatic Colors of #3C1B09
Black with #3C1B09
Text Example
Text Example
White with #3C1B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1B09; }
p { color: rgb(60,27,9); }
H1.HeaderClassName
{
color: #3C1B09;
}
.AnyTagClassName
{
color: #3C1B09;
}
</style>
background-color css
<style>
a { background-color: #3C1B09; }
a { background-color: rgb(60,27,9); }
div.DivClassName
{
background-color: #3C1B09;
}
.BgClassName
{
background-color: #3C1B09;
}
</style>
border-color css
<style>
span { border-color: #3C1B09; }
span { border-color: rgb(60,27,9); }
td.TdClassName
{
border-color: #3C1B09;
}
.TagClassName
{
border-color: #3C1B09;
}
</style>