Shades of Brown Pod #3E1503
Tints of Brown Pod #3E1503
RGB
CMYK
RGB Variations
Color information
#3E1503 (or 0x3E1503) is known color: Brown Pod. HEX triplet: 3E, 15 and 03. RGB value is (62,21,3). Sum of RGB (Red+Green+Blue) = 62+21+3=86 (11% of max value = 765). Red value is 62 (24.61% from 255 or 72.09% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1503 is #C1EAFC. Grayscale: #1F1F1F. Windows color (decimal): -12708605 or 202046. OLE color: 202046.
HSL color Cylindrical-coordinate representation of color #3E1503: hue angle of 18.31º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E1503 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 3 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.76 |
| HSL | 18.31º | 0.91% | 0.13% | - |
| HSV(B) | 18.31º | 0.95% | 0.24% | - |
| XYZ | 2.27 | 1.57 | 0.27 | - |
| YUV | 31.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 3 | 0 | 0.66 | 0.95 | 0.76 | 18.31 | 0.91 | 0.13 |
| Hex | 3E | 15 | 3 | 0 | 42 | 5F | 4C | 12 | 5B | D |
| Octal | 76 | 25 | 3 | 0 | 102 | 137 | 114 | 22 | 133 | 15 |
| Binary | 111110 | 10101 | 11 | 0 | 1000010 | 1011111 | 1001100 | 10010 | 1011011 | 1101 |
Color Harmonies of #3E1503
Complementary color
Monochromatic Colors of #3E1503
Black with #3E1503
Text Example
Text Example
White with #3E1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1503; }
p { color: rgb(62,21,3); }
H1.HeaderClassName
{
color: #3E1503;
}
.AnyTagClassName
{
color: #3E1503;
}
</style>
background-color css
<style>
a { background-color: #3E1503; }
a { background-color: rgb(62,21,3); }
div.DivClassName
{
background-color: #3E1503;
}
.BgClassName
{
background-color: #3E1503;
}
</style>
border-color css
<style>
span { border-color: #3E1503; }
span { border-color: rgb(62,21,3); }
td.TdClassName
{
border-color: #3E1503;
}
.TagClassName
{
border-color: #3E1503;
}
</style>