Shades of Brown Pod #3E1603
Tints of Brown Pod #3E1603
RGB
CMYK
RGB Variations
Color information
#3E1603 (or 0x3E1603) is known color: Brown Pod. HEX triplet: 3E, 16 and 03. RGB value is (62,22,3). Sum of RGB (Red+Green+Blue) = 62+22+3=87 (11% of max value = 765). Red value is 62 (24.61% from 255 or 71.26% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1603 is #C1E9FC. Grayscale: #1F1F1F. Windows color (decimal): -12708349 or 202302. OLE color: 202302.
HSL color Cylindrical-coordinate representation of color #3E1603: hue angle of 19.32º 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 #3E1603 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 3 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.76 |
| HSL | 19.32º | 0.91% | 0.13% | - |
| HSV(B) | 19.32º | 0.95% | 0.24% | - |
| XYZ | 2.29 | 1.6 | 0.28 | - |
| YUV | 31.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 3 | 0 | 0.65 | 0.95 | 0.76 | 19.32 | 0.91 | 0.13 |
| Hex | 3E | 16 | 3 | 0 | 41 | 5F | 4C | 13 | 5B | D |
| Octal | 76 | 26 | 3 | 0 | 101 | 137 | 114 | 23 | 133 | 15 |
| Binary | 111110 | 10110 | 11 | 0 | 1000001 | 1011111 | 1001100 | 10011 | 1011011 | 1101 |
Color Harmonies of #3E1603
Complementary color
Monochromatic Colors of #3E1603
Black with #3E1603
Text Example
Text Example
White with #3E1603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1603; }
p { color: rgb(62,22,3); }
H1.HeaderClassName
{
color: #3E1603;
}
.AnyTagClassName
{
color: #3E1603;
}
</style>
background-color css
<style>
a { background-color: #3E1603; }
a { background-color: rgb(62,22,3); }
div.DivClassName
{
background-color: #3E1603;
}
.BgClassName
{
background-color: #3E1603;
}
</style>
border-color css
<style>
span { border-color: #3E1603; }
span { border-color: rgb(62,22,3); }
td.TdClassName
{
border-color: #3E1603;
}
.TagClassName
{
border-color: #3E1603;
}
</style>