Shades of Brown Pod #3C1B11
Tints of Brown Pod #3C1B11
RGB
CMYK
RGB Variations
Color information
#3C1B11 (or 0x3C1B11) is known color: Brown Pod. HEX triplet: 3C, 1B and 11. RGB value is (60,27,17). Sum of RGB (Red+Green+Blue) = 60+27+17=104 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.69% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1B11 is #C3E4EE. Grayscale: #232323. Windows color (decimal): -12838127 or 1121084. OLE color: 1121084.
HSL color Cylindrical-coordinate representation of color #3C1B11: hue angle of 13.95º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C1B11 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 27 | 17 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.76 |
| HSL | 13.95º | 0.56% | 0.15% | - |
| HSV(B) | 13.95º | 0.72% | 0.24% | - |
| XYZ | 2.36 | 1.78 | 0.75 | - |
| YUV | 35.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 27 | 17 | 0 | 0.55 | 0.72 | 0.76 | 13.95 | 0.56 | 0.15 |
| Hex | 3C | 1B | 11 | 0 | 37 | 48 | 4C | E | 38 | F |
| Octal | 74 | 33 | 21 | 0 | 67 | 110 | 114 | 16 | 70 | 17 |
| Binary | 111100 | 11011 | 10001 | 0 | 110111 | 1001000 | 1001100 | 1110 | 111000 | 1111 |
Color Harmonies of #3C1B11
Complementary color
Monochromatic Colors of #3C1B11
Black with #3C1B11
Text Example
Text Example
White with #3C1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1B11; }
p { color: rgb(60,27,17); }
H1.HeaderClassName
{
color: #3C1B11;
}
.AnyTagClassName
{
color: #3C1B11;
}
</style>
background-color css
<style>
a { background-color: #3C1B11; }
a { background-color: rgb(60,27,17); }
div.DivClassName
{
background-color: #3C1B11;
}
.BgClassName
{
background-color: #3C1B11;
}
</style>
border-color css
<style>
span { border-color: #3C1B11; }
span { border-color: rgb(60,27,17); }
td.TdClassName
{
border-color: #3C1B11;
}
.TagClassName
{
border-color: #3C1B11;
}
</style>