Shades of Brown Pod #3C1B02
Tints of Brown Pod #3C1B02
RGB
CMYK
RGB Variations
Color information
#3C1B02 (or 0x3C1B02) is known color: Brown Pod. HEX triplet: 3C, 1B and 02. RGB value is (60,27,2). Sum of RGB (Red+Green+Blue) = 60+27+2=89 (11% of max value = 765). Red value is 60 (23.83% from 255 or 67.42% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1B02 is #C3E4FD. Grayscale: #222222. Windows color (decimal): -12838142 or 138044. OLE color: 138044.
HSL color Cylindrical-coordinate representation of color #3C1B02: hue angle of 25.86º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C1B02 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 27 | 2 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.76 |
| HSL | 25.86º | 0.94% | 0.12% | - |
| HSV(B) | 25.86º | 0.97% | 0.24% | - |
| XYZ | 2.27 | 1.75 | 0.28 | - |
| YUV | 34.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 27 | 2 | 0 | 0.55 | 0.97 | 0.76 | 25.86 | 0.94 | 0.12 |
| Hex | 3C | 1B | 2 | 0 | 37 | 61 | 4C | 1A | 5E | C |
| Octal | 74 | 33 | 2 | 0 | 67 | 141 | 114 | 32 | 136 | 14 |
| Binary | 111100 | 11011 | 10 | 0 | 110111 | 1100001 | 1001100 | 11010 | 1011110 | 1100 |
Color Harmonies of #3C1B02
Complementary color
Monochromatic Colors of #3C1B02
Black with #3C1B02
Text Example
Text Example
White with #3C1B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1B02; }
p { color: rgb(60,27,2); }
H1.HeaderClassName
{
color: #3C1B02;
}
.AnyTagClassName
{
color: #3C1B02;
}
</style>
background-color css
<style>
a { background-color: #3C1B02; }
a { background-color: rgb(60,27,2); }
div.DivClassName
{
background-color: #3C1B02;
}
.BgClassName
{
background-color: #3C1B02;
}
</style>
border-color css
<style>
span { border-color: #3C1B02; }
span { border-color: rgb(60,27,2); }
td.TdClassName
{
border-color: #3C1B02;
}
.TagClassName
{
border-color: #3C1B02;
}
</style>