Shades of Brown Pod #3C1803
Tints of Brown Pod #3C1803
RGB
CMYK
RGB Variations
Color information
#3C1803 (or 0x3C1803) is known color: Brown Pod. HEX triplet: 3C, 18 and 03. RGB value is (60,24,3). Sum of RGB (Red+Green+Blue) = 60+24+3=87 (11% of max value = 765). Red value is 60 (23.83% from 255 or 68.97% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1803 is #C3E7FC. Grayscale: #202020. Windows color (decimal): -12838909 or 202812. OLE color: 202812.
HSL color Cylindrical-coordinate representation of color #3C1803: hue angle of 22.11º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C1803 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 3 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.76 |
| HSL | 22.11º | 0.9% | 0.12% | - |
| HSV(B) | 22.11º | 0.95% | 0.24% | - |
| XYZ | 2.21 | 1.62 | 0.28 | - |
| YUV | 32.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 3 | 0 | 0.60 | 0.95 | 0.76 | 22.11 | 0.9 | 0.12 |
| Hex | 3C | 18 | 3 | 0 | 3C | 5F | 4C | 16 | 5A | C |
| Octal | 74 | 30 | 3 | 0 | 74 | 137 | 114 | 26 | 132 | 14 |
| Binary | 111100 | 11000 | 11 | 0 | 111100 | 1011111 | 1001100 | 10110 | 1011010 | 1100 |
Color Harmonies of #3C1803
Complementary color
Monochromatic Colors of #3C1803
Black with #3C1803
Text Example
Text Example
White with #3C1803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1803; }
p { color: rgb(60,24,3); }
H1.HeaderClassName
{
color: #3C1803;
}
.AnyTagClassName
{
color: #3C1803;
}
</style>
background-color css
<style>
a { background-color: #3C1803; }
a { background-color: rgb(60,24,3); }
div.DivClassName
{
background-color: #3C1803;
}
.BgClassName
{
background-color: #3C1803;
}
</style>
border-color css
<style>
span { border-color: #3C1803; }
span { border-color: rgb(60,24,3); }
td.TdClassName
{
border-color: #3C1803;
}
.TagClassName
{
border-color: #3C1803;
}
</style>