Shades of Brown Pod #3E1703
Tints of Brown Pod #3E1703
RGB
CMYK
RGB Variations
Color information
#3E1703 (or 0x3E1703) is known color: Brown Pod. HEX triplet: 3E, 17 and 03. RGB value is (62,23,3). Sum of RGB (Red+Green+Blue) = 62+23+3=88 (11% of max value = 765). Red value is 62 (24.61% from 255 or 70.45% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1703 is #C1E8FC. Grayscale: #202020. Windows color (decimal): -12708093 or 202558. OLE color: 202558.
HSL color Cylindrical-coordinate representation of color #3E1703: hue angle of 20.34º 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 #3E1703 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 23 | 3 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.76 |
| HSL | 20.34º | 0.91% | 0.13% | - |
| HSV(B) | 20.34º | 0.95% | 0.24% | - |
| XYZ | 2.31 | 1.64 | 0.28 | - |
| YUV | 32.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 3 | 0 | 0.63 | 0.95 | 0.76 | 20.34 | 0.91 | 0.13 |
| Hex | 3E | 17 | 3 | 0 | 3F | 5F | 4C | 14 | 5B | D |
| Octal | 76 | 27 | 3 | 0 | 77 | 137 | 114 | 24 | 133 | 15 |
| Binary | 111110 | 10111 | 11 | 0 | 111111 | 1011111 | 1001100 | 10100 | 1011011 | 1101 |
Color Harmonies of #3E1703
Complementary color
Monochromatic Colors of #3E1703
Black with #3E1703
Text Example
Text Example
White with #3E1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1703; }
p { color: rgb(62,23,3); }
H1.HeaderClassName
{
color: #3E1703;
}
.AnyTagClassName
{
color: #3E1703;
}
</style>
background-color css
<style>
a { background-color: #3E1703; }
a { background-color: rgb(62,23,3); }
div.DivClassName
{
background-color: #3E1703;
}
.BgClassName
{
background-color: #3E1703;
}
</style>
border-color css
<style>
span { border-color: #3E1703; }
span { border-color: rgb(62,23,3); }
td.TdClassName
{
border-color: #3E1703;
}
.TagClassName
{
border-color: #3E1703;
}
</style>